mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-28 22:53:09 +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
|
y: parent.height - callStatusNotification.paintedHeight
|
||||||
color: PlasmaCore.ColorScope.backgroundColor
|
color: PlasmaCore.ColorScope.backgroundColor
|
||||||
opacity: 0.6
|
opacity: 0.6
|
||||||
visible: dialerUtils.callState == "failing"
|
visible: dialerUtils.callState == "failed"
|
||||||
|
|
||||||
PlasmaComponents.Label {
|
PlasmaComponents.Label {
|
||||||
id: callStatusNotification
|
id: callStatusNotification
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue