From a3843e1a39d0a513b2f6e6b1b1a356560cc69de0 Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Sun, 25 Jun 2023 12:32:41 +0500 Subject: [PATCH] Update --- com.github.Melawy.ArchUpdate/contents/ui/main.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/com.github.Melawy.ArchUpdate/contents/ui/main.qml b/com.github.Melawy.ArchUpdate/contents/ui/main.qml index 61690a3..a3a03e8 100644 --- a/com.github.Melawy.ArchUpdate/contents/ui/main.qml +++ b/com.github.Melawy.ArchUpdate/contents/ui/main.qml @@ -199,10 +199,10 @@ Item { listOfPackages = "" - if (showNotification) { - notifyText = "Обновление успешно завершено" - createNotification(notifyText) - } + // if (showNotification) { + // notifyText = "Обновление успешно завершено" + // createNotification(notifyText) + // } upgradeStatus = normalStatus updateUi()