Skip to content
Snippets Groups Projects
Commit c6e8336e authored by Aleksandras Kostarevas's avatar Aleksandras Kostarevas
Browse files

Add KeyboardModeAction to favorites

parent 19db4e14
No related branches found
No related tags found
No related merge requests found
......@@ -237,7 +237,7 @@ fun String.toActionList(): List<Action> = split(",").mapNotNull { AllActionsMap[
val DefaultActionSettings = mapOf(
ActionCategory.ActionKey to listOf(EmojiAction),
ActionCategory.PinnedKey to listOf(VoiceInputAction),
ActionCategory.Favorites to listOf(SwitchLanguageAction, UndoAction, RedoAction, TextEditAction, ClipboardHistoryAction, ThemeAction),
ActionCategory.Favorites to listOf(SwitchLanguageAction, UndoAction, RedoAction, TextEditAction, ClipboardHistoryAction, ThemeAction, KeyboardModeAction),
ActionCategory.More to listOf(), // Remaining actions get populated automatically by ensureWellFormed
ActionCategory.Disabled to listOf(MemoryDebugAction, SystemVoiceInputAction, BugViewerAction)
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment