Underscore actions
This commit is contained in:
parent
d54676aefe
commit
7bc5ce7271
1 changed files with 2 additions and 2 deletions
|
@ -73,10 +73,10 @@ export enum Action {
|
||||||
/**
|
/**
|
||||||
* Sets the apps root font size. Should be used with UpdateFontSizePayload
|
* Sets the apps root font size. Should be used with UpdateFontSizePayload
|
||||||
*/
|
*/
|
||||||
UpdateFontSize = "update-font-size",
|
UpdateFontSize = "update_font_size",
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets a system font. Should be used with UpdateSystemFontPayload
|
* Sets a system font. Should be used with UpdateSystemFontPayload
|
||||||
*/
|
*/
|
||||||
UpdateSystemFont = "update-system-font",
|
UpdateSystemFont = "update_system_font",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue