Fix missing first run complete flag causing setup wizard loop

This commit is contained in:
JonnyWong16 2022-02-09 09:22:50 -08:00
parent 51d701521a
commit 3eef2b7f21
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 2 additions and 0 deletions

View file

@ -307,6 +307,7 @@ CHECKED_SETTINGS = [
'CACHE_IMAGES',
'CHECK_GITHUB',
'ENABLE_HTTPS',
'FIRST_RUN_COMPLETE',
'GET_FILE_SIZES',
'GROUP_HISTORY_TABLES',
'HISTORY_TABLE_ACTIVITY',