From 8247139094e93e5a5ada1953d8a1f85e4230e9e4 Mon Sep 17 00:00:00 2001 From: "N0\\A" Date: Thu, 23 Oct 2025 19:34:50 +0200 Subject: [PATCH] update box --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 10431d4..0822b3a 100644 --- a/main.py +++ b/main.py @@ -450,6 +450,7 @@ class MainWindow(QtWidgets.QMainWindow): def update_git(self): update_repository() + QtWidgets.QMessageBox.information(self, "Update", "Repository updated. Restarting application.") self.restart_application() def restart_application(self):