Implement font selection
This commit is contained in:
parent
94f52c4ee2
commit
edb6bbc6c0
11 changed files with 239 additions and 5 deletions
|
@ -69,4 +69,14 @@ export enum Action {
|
|||
* Opens the user menu (previously known as the top left menu). No additional payload information required.
|
||||
*/
|
||||
ToggleUserMenu = "toggle_user_menu",
|
||||
|
||||
/**
|
||||
* Sets the apps root font size. Should be used with UpdateFontSizePayload
|
||||
*/
|
||||
UpdateFontSize = "update-font-size",
|
||||
|
||||
/**
|
||||
* Sets a system font. Should be used with UpdateSystemFontPayload
|
||||
*/
|
||||
UpdateSystemFont = "update-system-font",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue