update box
This commit is contained in:
1
main.py
1
main.py
@@ -450,6 +450,7 @@ class MainWindow(QtWidgets.QMainWindow):
|
|||||||
|
|
||||||
def update_git(self):
|
def update_git(self):
|
||||||
update_repository()
|
update_repository()
|
||||||
|
QtWidgets.QMessageBox.information(self, "Update", "Repository updated. Restarting application.")
|
||||||
self.restart_application()
|
self.restart_application()
|
||||||
|
|
||||||
def restart_application(self):
|
def restart_application(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user