mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Fix lint error.
This commit is contained in:
parent
1640763a7f
commit
0d7f00aef6
@ -143,7 +143,9 @@ class QLiberationWindow(QMainWindow):
|
|||||||
self.openGithubAction = QAction("&Github Repo", self)
|
self.openGithubAction = QAction("&Github Repo", self)
|
||||||
self.openGithubAction.setIcon(CONST.ICONS["Github"])
|
self.openGithubAction.setIcon(CONST.ICONS["Github"])
|
||||||
self.openGithubAction.triggered.connect(
|
self.openGithubAction.triggered.connect(
|
||||||
lambda: webbrowser.open_new_tab("https://github.com/dcs-liberation/dcs_liberation")
|
lambda: webbrowser.open_new_tab(
|
||||||
|
"https://github.com/dcs-liberation/dcs_liberation"
|
||||||
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
def initToolbar(self):
|
def initToolbar(self):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user