mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-06 04:52:14 -07:00
fix
This commit is contained in:
parent
099402da3e
commit
f5b6447cbb
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ class QDFLAppWindow(qtx.QXWindow):
|
|||
|
||||
menu_help = menu_bar.addMenu( L('@QDFLAppWindow.help') )
|
||||
menu_help_action_github = menu_help.addAction( L('@QDFLAppWindow.visit_github_page') )
|
||||
menu_help_action_github.triggered.connect(lambda: qtx.QDesktopServices.openUrl(QUrl('https://github.com/iperov/DeepFaceLive' )))
|
||||
menu_help_action_github.triggered.connect(lambda: qtx.QDesktopServices.openUrl(qtx.QUrl('https://github.com/iperov/DeepFaceLive' )))
|
||||
|
||||
self.q_live_swap = None
|
||||
self.q_live_swap_container = qtx.QXWidget()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue