diff --git a/containments/homescreen/contents/images/homescreenicons.svg b/containments/homescreen/contents/images/homescreenicons.svg new file mode 100644 index 00000000..e3c4edb3 --- /dev/null +++ b/containments/homescreen/contents/images/homescreenicons.svg @@ -0,0 +1,260 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/containments/homescreen/contents/ui/main.qml b/containments/homescreen/contents/ui/main.qml index 3e05f649..7699b4ca 100644 --- a/containments/homescreen/contents/ui/main.qml +++ b/containments/homescreen/contents/ui/main.qml @@ -101,7 +101,7 @@ Item { height: root.height - units.iconSizes.medium onPressAndHold: { - containment.action("configure").trigger(); + plasmoid.action("configure").trigger(); } ColumnLayout { @@ -128,7 +128,7 @@ Item { svg: stripeIcons elementId: "phone" callback: function() { - dialerOverlay.open() + console.log("Start phone") } }