mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-27 14:33:08 +00:00
[dialer] Fix typo
This commit is contained in:
parent
c5834e218c
commit
b8a45d8755
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ Item {
|
|||
y: parent.height - callStatusNotification.paintedHeight
|
||||
color: PlasmaCore.ColorScope.backgroundColor
|
||||
opacity: 0.6
|
||||
visible: dialerUtils.callState == "failing"
|
||||
visible: dialerUtils.callState == "failed"
|
||||
|
||||
PlasmaComponents.Label {
|
||||
id: callStatusNotification
|
||||
|
|
|
|||
Loading…
Reference in a new issue