Add config migration.

This commit is contained in:
Florian Bruhin 2015-06-08 20:48:35 +02:00
parent 3b4fe97dbc
commit 108e722c85

View File

@ -328,6 +328,8 @@ class ConfigManager(QObject):
('colors', 'completion.item.bg'),
]
CHANGED_OPTIONS = {
('content', 'cookies-accept'):
_get_value_transformer('default', 'no-3rdparty'),
}
changed = pyqtSignal(str, str)