Actually check auto-title
setting
This commit is contained in:
parent
66c3d26531
commit
e4bc57b3cc
1 changed files with 19 additions and 18 deletions
|
@ -51,6 +51,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
:command: title
|
:command: title
|
||||||
:pattern-url: 1
|
:pattern-url: 1
|
||||||
"""
|
"""
|
||||||
|
if event["target"].get_setting("auto-title", False):
|
||||||
url = event["match"].group(0)
|
url = event["match"].group(0)
|
||||||
title = self._get_title(event["target"], event["match"].group(0))
|
title = self._get_title(event["target"], event["match"].group(0))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue