fix(shortcuts): Add suspend action to searchable list

This commit is contained in:
Jacob Kauffmann 2025-12-10 11:27:45 -07:00 committed by Ashley Wulber
parent 485c44c022
commit fffee57149

View file

@ -596,6 +596,7 @@ fn all_system_actions() -> &'static [Action] {
Action::System(SystemAction::PlayNext),
Action::System(SystemAction::PlayPrev),
Action::System(SystemAction::Screenshot),
Action::System(SystemAction::Suspend),
Action::System(SystemAction::Terminal),
Action::System(SystemAction::TouchpadToggle),
Action::System(SystemAction::VolumeLower),