Skip to content

Commit

Permalink
Merge branch 'main' into open_apps
Browse files Browse the repository at this point in the history
  • Loading branch information
bohning authored Oct 30, 2024
2 parents 7e35ebe + f80ff64 commit 51d4d8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/usdb_syncer/gui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def _run() -> None:
from usdb_syncer.gui.mw import MainWindow # pylint: disable=import-outside-toplevel

app = _init_app()
app.setAttribute(Qt.ApplicationAttribute.AA_DontShowIconsInMenus, False)
mw = MainWindow()
_configure_logging(mw)
try:
Expand Down

0 comments on commit 51d4d8e

Please sign in to comment.