Underscore actions

This commit is contained in:
Jorik Schellekens 2020-06-22 16:05:32 +01:00
parent d54676aefe
commit 7bc5ce7271

View file

@ -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",
} }