aboutsummaryrefslogtreecommitdiffstats
path: root/Lib/defconQt/__main__.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/defconQt/__main__.py')
-rw-r--r--Lib/defconQt/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/defconQt/__main__.py b/Lib/defconQt/__main__.py
index a2535c6..517f8ce 100644
--- a/Lib/defconQt/__main__.py
+++ b/Lib/defconQt/__main__.py
@@ -23,7 +23,7 @@ def main():
app.setApplicationName("TruFont")
app.setWindowIcon(QIcon(":/resources/app.png"))
settings = QSettings()
- glyphListPath = settings.value("settings/glyphListPath", type=str)
+ glyphListPath = settings.value("settings/glyphListPath", "", type=str)
if glyphListPath and os.path.exists(glyphListPath):
from defconQt.util import glyphList
try: