mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-31 15:19:10 +00:00
Formatted with Ruff
This commit is contained in:
@@ -266,10 +266,10 @@ class QtDriver(QObject):
|
||||
self.splash.show()
|
||||
|
||||
menu_bar = self.main_window.menuBar()
|
||||
|
||||
# Allow the use of the native macOS menu bar.
|
||||
|
||||
# Allow the use of the native macOS menu bar.
|
||||
if sys.platform != "darwin":
|
||||
menu_bar.setNativeMenuBar(False)
|
||||
menu_bar.setNativeMenuBar(False)
|
||||
|
||||
file_menu = QMenu("&File", menu_bar)
|
||||
edit_menu = QMenu("&Edit", menu_bar)
|
||||
|
||||
Reference in New Issue
Block a user