diff --git a/com.github.Melawy.ArchUpdate/contents/service/Updater.qml b/com.github.Melawy.ArchUpdate/contents/service/Updater.qml index 7f7c294..b60681a 100644 --- a/com.github.Melawy.ArchUpdate/contents/service/Updater.qml +++ b/com.github.Melawy.ArchUpdate/contents/service/Updater.qml @@ -13,6 +13,7 @@ Item { function upgrade() { if (root.total == 0 || isNaN(root.total)){ root.createNotification("Обновлений нет") + root.listOfPackages = "" return } else {