[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
|
||||
c = c
|
||||
|
||||
config.load_autoconfig()
|
||||
|
||||
c.qt.args = ["blink-settings=darkMode=1"]
|
||||
c.auto_save.session = True
|
||||
|
||||
|
@ -81,5 +83,3 @@ try:
|
|||
config.source("jblock/jblock/integrations/qutebrowser.py")
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
config.load_autoconfig()
|
||||
|
|
Loading…
Reference in a new issue