Add config migration.
This commit is contained in:
parent
3b4fe97dbc
commit
108e722c85
@ -328,6 +328,8 @@ class ConfigManager(QObject):
|
|||||||
('colors', 'completion.item.bg'),
|
('colors', 'completion.item.bg'),
|
||||||
]
|
]
|
||||||
CHANGED_OPTIONS = {
|
CHANGED_OPTIONS = {
|
||||||
|
('content', 'cookies-accept'):
|
||||||
|
_get_value_transformer('default', 'no-3rdparty'),
|
||||||
}
|
}
|
||||||
|
|
||||||
changed = pyqtSignal(str, str)
|
changed = pyqtSignal(str, str)
|
||||||
|
Loading…
Reference in New Issue
Block a user