diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-03-25 14:45:12 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-03-25 14:45:12 +0100 |
commit | 5e87c5be785d3f9c49aa4f9306bad42864858aa0 (patch) | |
tree | 7fb5eb1645d3cd0a555de7a69a00a1d88003b5e2 /portato/gui/windows/preference.py | |
parent | e411f14c8dfa9fc6fd3bbf521d63c7154006045d (diff) | |
download | portato-5e87c5be785d3f9c49aa4f9306bad42864858aa0.tar.gz portato-5e87c5be785d3f9c49aa4f9306bad42864858aa0.tar.bz2 portato-5e87c5be785d3f9c49aa4f9306bad42864858aa0.zip |
Added option to disable console title update
Diffstat (limited to '')
-rw-r--r-- | portato/gui/windows/preference.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/portato/gui/windows/preference.py b/portato/gui/windows/preference.py index 04cd329..079a80d 100644 --- a/portato/gui/windows/preference.py +++ b/portato/gui/windows/preference.py @@ -33,6 +33,7 @@ class PreferenceWindow (AbstractDialog): "systrayCheck" : ("showSystray", "GUI"), "testPerVersionCheck" : "keywordPerVersion", "titleUpdateCheck" : ("updateTitle", "GUI"), + "consoleUpdateCheck" : ("updateConsole", "GUI"), "usePerVersionCheck" : "usePerVersion" } |