From a83585bc080a7018a666696bc177797c44ae8acb Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Wed, 17 Apr 2024 10:49:19 +0500 Subject: [PATCH] Update --- com.github.Melawy.ArchUpdate/contents/ui/main.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/com.github.Melawy.ArchUpdate/contents/ui/main.qml b/com.github.Melawy.ArchUpdate/contents/ui/main.qml index 84d2c76..fd3a54c 100644 --- a/com.github.Melawy.ArchUpdate/contents/ui/main.qml +++ b/com.github.Melawy.ArchUpdate/contents/ui/main.qml @@ -1,9 +1,10 @@ import QtQuick import QtQuick.Layouts import QtQuick.Controls +import org.kde.plasma.core as PlasmaCore import org.kde.plasma.plasmoid -import org.kde.plasma.core as PlasmaCore +import org.kde.plasma.plasma5support as Plasma5Support import "../_toolbox" as Tb import "../service" as Sv @@ -51,7 +52,7 @@ Item { Sv.Updater{ id: updater } Tb.Cmd { id: cmd } - PlasmaCore.DataSource { + Plasma5Support.DataSource { id: notificationSource engine: "notifications" connectedSources: "org.freedesktop.Notifications"