From d76fc145f924e06353e38defb088b4e9b32e0e52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonah=20Br=C3=BCchert?= Date: Fri, 26 Jun 2020 23:59:07 +0200 Subject: [PATCH] correct showinApp typo --- containments/panel/package/contents/ui/main.qml | 2 +- containments/taskpanel/package/contents/ui/main.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/containments/panel/package/contents/ui/main.qml b/containments/panel/package/contents/ui/main.qml index 6b3261b0..b6e61d64 100644 --- a/containments/panel/package/contents/ui/main.qml +++ b/containments/panel/package/contents/ui/main.qml @@ -147,7 +147,7 @@ Item { DropShadow { anchors.fill: icons - visible: !showinApp + visible: !showingApp cached: true horizontalOffset: 0 verticalOffset: 1 diff --git a/containments/taskpanel/package/contents/ui/main.qml b/containments/taskpanel/package/contents/ui/main.qml index b3cdd7a4..45769537 100644 --- a/containments/taskpanel/package/contents/ui/main.qml +++ b/containments/taskpanel/package/contents/ui/main.qml @@ -105,7 +105,7 @@ PlasmaCore.ColorScope { DropShadow { anchors.fill: icons - visible: !showinApp + visible: !showingApp cached: true horizontalOffset: 0 verticalOffset: 1