From 3be9a9b0512c274ec012be1ab174db857a986c4a Mon Sep 17 00:00:00 2001 From: Austin Anderson Date: Wed, 10 Jun 2015 08:16:15 -0400 Subject: [PATCH] Catalogued a configuration option change for updates. --- qutebrowser/config/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qutebrowser/config/config.py b/qutebrowser/config/config.py index e195310ef..02b32c583 100644 --- a/qutebrowser/config/config.py +++ b/qutebrowser/config/config.py @@ -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'),