diff --git a/qt/aqt/profiles.py b/qt/aqt/profiles.py index 381d8fae2..4a6d02ffd 100644 --- a/qt/aqt/profiles.py +++ b/qt/aqt/profiles.py @@ -363,6 +363,7 @@ create table if not exists profiles except: print("resetting corrupt _global") result.loadError = True + result.firstTime = True # if new or read failed, create a default global profile self.meta = metaConf.copy()