Skip to content

Commit 88b0f70

Browse files
Andrew ArnesonAndrew Arneson
authored andcommitted
Merge remote-tracking branch 'refs/remotes/upstream/main'
2 parents 191d8f9 + f69f173 commit 88b0f70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tagstudio/src/qt/ts_qt.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ def start(self):
266266
menu_bar = self.main_window.menuBar()
267267

268268
# Allow the use of the native macOS menu bar.
269-
if sys.platform != "darwin":
270-
menu_bar.setNativeMenuBar(False)
269+
# if sys.platform != "darwin":
270+
menu_bar.setNativeMenuBar(False)
271271

272272
file_menu = QMenu("&File", menu_bar)
273273
edit_menu = QMenu("&Edit", menu_bar)

0 commit comments

Comments
 (0)