Formatted with Ruff

This commit is contained in:
Travis Abendshien
2024-05-10 15:45:19 -07:00
parent 94f929d122
commit 3aa71d6f8a

View File

@@ -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)