Skip to content

Commit

Permalink
chore: adjust wording of notification muting hotkey args
Browse files Browse the repository at this point in the history
  • Loading branch information
jupjohn committed Oct 11, 2024
1 parent f7d738b commit 513e190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/controllers/hotkeys/ActionNames.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,8 @@ inline const std::map<HotkeyCategory, ActionDefinitionMap> actionNames{
.minCountArguments = 0,
.maxCountArguments = 1,
.possibleArguments{{"Toggle", {}},
{"Enable notification muting", {"on"}},
{"Disable notification muting", {"off"}}},
{"Mute notifications", {"on"}},
{"Unmute notifications", {"off"}}},
.argumentsPrompt = "New value:",
.argumentsPromptHover = "Should all highlight notifications be "
"enabled, disabled, or toggled.",
Expand Down

0 comments on commit 513e190

Please sign in to comment.