Skip to content

Commit

Permalink
Bring window to front
Browse files Browse the repository at this point in the history
  • Loading branch information
sam210723 committed Mar 2, 2024
1 parent a6d5d83 commit 540a6e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wavebin/interface/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ def __init__(self) -> None:
logging.debug("Creating main Qt window")
self.window = QMainWindow()
self.window.setFocus()
self.window.raise_()
self.window.activateWindow()

# Add Inter font
font_dir = Path(__file__).parent / "assets" / "Inter"
Expand Down

0 comments on commit 540a6e2

Please sign in to comment.