From 3aa71d6f8abb67f309f6d66ef4e6c570332d82be Mon Sep 17 00:00:00 2001 From: Travis Abendshien Date: Fri, 10 May 2024 15:45:19 -0700 Subject: [PATCH] Formatted with Ruff --- tagstudio/src/qt/ts_qt.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tagstudio/src/qt/ts_qt.py b/tagstudio/src/qt/ts_qt.py index 6eaafa57..0d27f438 100644 --- a/tagstudio/src/qt/ts_qt.py +++ b/tagstudio/src/qt/ts_qt.py @@ -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)