mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-31 23:29:10 +00:00
Fix format required by Ruff
This commit is contained in:
@@ -418,7 +418,9 @@ class QtDriver(QObject):
|
||||
|
||||
# Help Menu ==========================================================
|
||||
self.repo_action = QAction("Go to GitHub Repository", menu_bar)
|
||||
self.repo_action.triggered.connect(lambda: webbrowser.open('https://github.com/TagStudioDev/TagStudio'))
|
||||
self.repo_action.triggered.connect(
|
||||
lambda: webbrowser.open("https://github.com/TagStudioDev/TagStudio")
|
||||
)
|
||||
help_menu.addAction(self.repo_action)
|
||||
|
||||
self.set_macro_menu_viability()
|
||||
|
||||
Reference in New Issue
Block a user