Fix typo in notifications binding

Inroduced in f5d9e5d5a2
wilder-5.25
David Edmundson 4 years ago
parent 1106ca28e6
commit ce8b46ecf3
  1. 4
      lookandfeel/contents/lockscreen/LockScreenUi.qml

@ -281,8 +281,8 @@ PlasmaCore.ColorScope {
if (keystateSource.data["Caps Lock"]["Locked"]) {
parts.push(i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Caps Lock is on"));
}
if (root.notificationMessage) {
parts.push(root.notificationMessage);
if (root.notification) {
parts.push(root.notification);
}
return parts.join(" • ");
}

Loading…
Cancel
Save