[QB] Set darkmode before autoconfig for multiple configs
This commit is contained in:
parent
04edcd8d9b
commit
3ebe8cfc2c
1 changed files with 2 additions and 2 deletions
|
@ -6,6 +6,8 @@ import sys, os
|
|||
config = config
|
||||
c = c
|
||||
|
||||
config.set('colors.webpage.darkmode.enabled', True)
|
||||
|
||||
config.load_autoconfig()
|
||||
|
||||
c.qt.args = ["blink-settings=darkMode=1"]
|
||||
|
@ -50,8 +52,6 @@ config.set('content.javascript.enabled', True, '*://*.raiffeisen.ch')
|
|||
config.set('content.javascript.enabled', True, '*://*.cmnet.ch')
|
||||
config.set('content.javascript.enabled', True, '*://*.inubo.ch')
|
||||
|
||||
config.set('colors.webpage.darkmode.enabled', True)
|
||||
|
||||
c.url.default_page = 'https://searx.info'
|
||||
c.hints.mode = "number"
|
||||
c.url.searchengines = {
|
||||
|
|
Loading…
Reference in a new issue