diff options
Diffstat (limited to 'Lib')
| -rw-r--r-- | Lib/defconQt/__main__.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Lib/defconQt/__main__.py b/Lib/defconQt/__main__.py index b64405d..ad5b025 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: | 
