Use the proper icon for logging out

wilder-5.14
Aleix Pol 12 years ago
parent 03c3725fdc
commit a7874d6c1f
  1. 4
      lookandfeel/contents/logout/LogoutScreen.qml

@ -92,7 +92,7 @@ BreezeBlock {
name: "logout"
PropertyChanges { target: root; currentAction: shutdownRequested }
PropertyChanges { target: actionLabel; text: ("Logging out") }
PropertyChanges { target: actionIcon; iconSource: "system-logout" }
PropertyChanges { target: actionIcon; iconSource: "system-log-out" }
},
State {
name: "reboot"
@ -152,7 +152,7 @@ BreezeBlock {
id: logoutButton
anchors.right: shutdownButton.left
anchors.rightMargin: 5
iconSource: "system-logout"
iconSource: "system-log-out"
enabled: root.mode != "logout"
visible: root.canLogout

Loading…
Cancel
Save