mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-27 14:33:08 +00:00
correct showinApp typo
This commit is contained in:
parent
a89d76b23c
commit
d76fc145f9
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue