Catalogued a configuration option change for updates.

This commit is contained in:
Austin Anderson 2015-06-10 08:16:15 -04:00
parent 34d4c08374
commit 3be9a9b051

View File

@ -298,6 +298,7 @@ class ConfigManager(QObject):
('colors', 'tab.indicator.system'): 'tabs.indicator.system',
('tabs', 'auto-hide'): 'hide-auto',
('completion', 'history-length'): 'cmd-history-max-items',
('colors', 'downloads.fg'): 'downloads.fg.start',
}
DELETED_OPTIONS = [
('colors', 'tab.separator'),