fix(shortcuts): Add suspend action to searchable list
This commit is contained in:
parent
485c44c022
commit
fffee57149
1 changed files with 1 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue