summaryrefslogtreecommitdiff
path: root/portato/gui/gui_helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'portato/gui/gui_helper.py')
-rw-r--r--portato/gui/gui_helper.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/portato/gui/gui_helper.py b/portato/gui/gui_helper.py
index 9907a1c..a4d333c 100644
--- a/portato/gui/gui_helper.py
+++ b/portato/gui/gui_helper.py
@@ -49,10 +49,12 @@ class Config: # XXX: This needs to be replaced - the const-dict is just messy
"newuse_opt" : "newuse",
"syncCmd_opt" : "synccommand",
"useTips_opt" : "showusetips",
+ "consolefont_opt" : "consolefont",
"pkgIcons_opt" : "packageIcons",
"system_opt" : "system",
"systray_opt" : "showsystray",
- "minimize_opt" : "hideonminimize"
+ "minimize_opt" : "hideonminimize",
+ "updateTitle_opt" : "updatetitle"
}
def __init__ (self, cfgFile):