Move Appearance tab to ts
This commit is contained in:
parent
0fd5714e21
commit
81922231ed
9 changed files with 295 additions and 180 deletions
|
@ -43,5 +43,10 @@ export enum Action {
|
|||
* Sets the current tooltip. Should be use with ViewTooltipPayload.
|
||||
*/
|
||||
ViewTooltip = "view_tooltip",
|
||||
|
||||
/**
|
||||
* Forces the theme to reload. No additional payload information required.
|
||||
*/
|
||||
RecheckTheme = "recheck_theme",
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue