github link updated

This commit is contained in:
= 2021-08-24 15:34:32 +04:00
parent 4ef60ab898
commit 513832e855

View File

@ -36,7 +36,7 @@ class Window(QMainWindow):
self.directory = ''
self.new_folder = ''
self.ui.actionGitHub.triggered.connect(lambda : webbrowser.open("https://github.com/Ayxan3-14/Projects"))
self.ui.actionGitHub.triggered.connect(lambda : webbrowser.open("https://github.com/Ayxan-z/FileRobot"))
self.ui.select_radio_btn.clicked.connect(self.select_radio_btn_def)
self.ui.search_btn.clicked.connect(self.file_sh)
self.ui.open_btn.clicked.connect(self.file_open)