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)