Skip to content

Commit

Permalink
requirements.txt added
Browse files Browse the repository at this point in the history
  • Loading branch information
Alks42 committed Jan 12, 2023
1 parent dedf706 commit 7804f67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added requirements.txt
Binary file not shown.
2 changes: 1 addition & 1 deletion ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def __init__(self):

self.help = QtGui.QAction()
self.help.setText('Help')
self.help.triggered.connect(lambda: webbrowser.open('https://github.com/Alks42'))
self.help.triggered.connect(lambda: webbrowser.open('https://github.com/Alks42/translator'))

self.menu_bar.addAction(self.menu_add)
self.menu_bar.addAction(self.menu_collapse)
Expand Down

0 comments on commit 7804f67

Please sign in to comment.