Skip to content

Commit

Permalink
Merge pull request #132 from jziolkowski/mac-menu-fix-test
Browse files Browse the repository at this point in the history
fix macos menubar not showing
  • Loading branch information
jziolkowski authored Apr 17, 2021
2 parents 9abae01 + ca6612e commit 687063d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tdmgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ def __init__(self, *args, **kwargs):
self.setWindowIcon(QIcon(":/logo.png"))
self.setWindowTitle("Tasmota Device Manager {}".format(self._version))

self.menuBar().setNativeMenuBar(False)

self.unknown = []
self.env = TasmotaEnvironment()
self.device = None
Expand Down

0 comments on commit 687063d

Please sign in to comment.