From a950d20990e8e621301b772d6d708f72697b174a Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Wed, 17 Apr 2024 11:04:00 +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 fd3a54c..93f0ad3 100644 --- a/com.github.Melawy.ArchUpdate/contents/ui/main.qml +++ b/com.github.Melawy.ArchUpdate/contents/ui/main.qml @@ -10,7 +10,7 @@ import "../_toolbox" as Tb import "../service" as Sv // Корневой элемент -Item { +PlasmoidItem { id: root property string appTitle: Plasmoid.configuration.title @@ -45,9 +45,9 @@ Item { property string listOfPackages: "" - Plasmoid.preferredRepresentation: Plasmoid.compactRepresentation - Plasmoid.compactRepresentation: Compact {} - Plasmoid.fullRepresentation: Full {} + // map the UI + compactRepresentation: Compact {} + fullRepresentation: Full {} // load one instance of each needed service Sv.Updater{ id: updater } Tb.Cmd { id: cmd }