feat(shortcuts): add suspend action to system page

This commit is contained in:
Michael Aaron Murphy 2025-12-10 02:08:57 +01:00 committed by Ashley Wulber
parent 94b2466c02
commit 485c44c022

View file

@ -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),