Fix format required by Ruff
This commit is contained in:
parent
48ad4aaad2
commit
7f776f4c86
1 changed files with 3 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue