We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 191d8f9 + f69f173 commit 88b0f70Copy full SHA for 88b0f70
1 file changed
tagstudio/src/qt/ts_qt.py
@@ -266,8 +266,8 @@ def start(self):
266
menu_bar = self.main_window.menuBar()
267
268
# Allow the use of the native macOS menu bar.
269
- if sys.platform != "darwin":
270
- menu_bar.setNativeMenuBar(False)
+ # if sys.platform != "darwin":
+ menu_bar.setNativeMenuBar(False)
271
272
file_menu = QMenu("&File", menu_bar)
273
edit_menu = QMenu("&Edit", menu_bar)
0 commit comments