Slight call start restructuring, fixing css for popover box

This commit is contained in:
2025-08-25 00:22:42 -05:00
parent 4cd5a1f089
commit 7c0d87fd20
3 changed files with 14 additions and 9 deletions

View File

@@ -28,7 +28,9 @@ def main():
settings_manager.set_trace_debug(True)
settings_manager.do_dirty_start_check()
Application()
app = Application()
app.run()