Fix suspend icon in cosmic-applet-power
This commit is contained in:
parent
6f76185225
commit
b595236c6b
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ impl cosmic::Application for Power {
|
|||
];
|
||||
|
||||
let power = row![
|
||||
power_buttons("system-lock-screen-symbolic", fl!("suspend"))
|
||||
power_buttons("system-suspend-symbolic", fl!("suspend"))
|
||||
.on_press(Message::Action(PowerAction::Suspend)),
|
||||
power_buttons("system-restart-symbolic", fl!("restart"))
|
||||
.on_press(Message::Action(PowerAction::Restart)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue