correct showinApp typo

This commit is contained in:
Jonah Brüchert 2020-06-26 23:59:07 +02:00
parent a89d76b23c
commit d76fc145f9
No known key found for this signature in database
GPG key ID: A81E075ABEC80A7E
2 changed files with 2 additions and 2 deletions

View file

@ -147,7 +147,7 @@ Item {
DropShadow { DropShadow {
anchors.fill: icons anchors.fill: icons
visible: !showinApp visible: !showingApp
cached: true cached: true
horizontalOffset: 0 horizontalOffset: 0
verticalOffset: 1 verticalOffset: 1

View file

@ -105,7 +105,7 @@ PlasmaCore.ColorScope {
DropShadow { DropShadow {
anchors.fill: icons anchors.fill: icons
visible: !showinApp visible: !showingApp
cached: true cached: true
horizontalOffset: 0 horizontalOffset: 0
verticalOffset: 1 verticalOffset: 1