Skip to content

Commit

Permalink
Combobox fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kuczynskimaciej1 committed Jun 3, 2024
1 parent 59ddc45 commit 5fe08d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,13 @@ def on_closing():
print("Database intact, proceeding.")
else:
print("Database integrity check failed. Exiting.")
exit()

db.LoadSavedState()

ui = AppUI()
ui.prepareInterface()
ui.setDb(db)

_contact_fields = GapFillSource()

if (mocking_enabled):
try:
Expand Down

0 comments on commit 5fe08d3

Please sign in to comment.