feat(shortcuts): add suspend action to system page
This commit is contained in:
parent
94b2466c02
commit
485c44c022
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ pub const fn actions() -> &'static [Action] {
|
|||
Action::System(SystemAction::WindowSwitcherPrevious),
|
||||
Action::System(SystemAction::LogOut),
|
||||
Action::System(SystemAction::LockScreen),
|
||||
Action::System(SystemAction::Suspend),
|
||||
Action::System(SystemAction::VolumeLower),
|
||||
Action::System(SystemAction::VolumeRaise),
|
||||
Action::System(SystemAction::Mute),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue