You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Underscore actions
This commit is contained in:
@@ -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",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user