Skip to content

Commit 3aa71d6

Browse files
committed
Formatted with Ruff
1 parent 94f929d commit 3aa71d6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tagstudio/src/qt/ts_qt.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,10 @@ def start(self):
266266
self.splash.show()
267267

268268
menu_bar = self.main_window.menuBar()
269-
270-
# Allow the use of the native macOS menu bar.
269+
270+
# Allow the use of the native macOS menu bar.
271271
if sys.platform != "darwin":
272-
menu_bar.setNativeMenuBar(False)
272+
menu_bar.setNativeMenuBar(False)
273273

274274
file_menu = QMenu("&File", menu_bar)
275275
edit_menu = QMenu("&Edit", menu_bar)

0 commit comments

Comments
 (0)