[QB] Fix autoconfig load
This commit is contained in:
parent
7906307536
commit
0450650557
1 changed files with 2 additions and 2 deletions
|
@ -6,6 +6,8 @@ import sys, os
|
||||||
config = config
|
config = config
|
||||||
c = c
|
c = c
|
||||||
|
|
||||||
|
config.load_autoconfig()
|
||||||
|
|
||||||
c.qt.args = ["blink-settings=darkMode=1"]
|
c.qt.args = ["blink-settings=darkMode=1"]
|
||||||
c.auto_save.session = True
|
c.auto_save.session = True
|
||||||
|
|
||||||
|
@ -81,5 +83,3 @@ try:
|
||||||
config.source("jblock/jblock/integrations/qutebrowser.py")
|
config.source("jblock/jblock/integrations/qutebrowser.py")
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
config.load_autoconfig()
|
|
||||||
|
|
Loading…
Reference in a new issue