mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-31 07:10:45 +00:00
Merge remote-tracking branch 'refs/remotes/upstream/main'
This commit is contained in:
@@ -266,8 +266,8 @@ class QtDriver(QObject):
|
||||
menu_bar = self.main_window.menuBar()
|
||||
|
||||
# Allow the use of the native macOS menu bar.
|
||||
if sys.platform != "darwin":
|
||||
menu_bar.setNativeMenuBar(False)
|
||||
# if sys.platform != "darwin":
|
||||
menu_bar.setNativeMenuBar(False)
|
||||
|
||||
file_menu = QMenu("&File", menu_bar)
|
||||
edit_menu = QMenu("&Edit", menu_bar)
|
||||
|
||||
Reference in New Issue
Block a user