Update
This commit is contained in:
parent
5bea7cf2ff
commit
a950d20990
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue