Skip to content

Commit

Permalink
Add setThemeColor to a few actions list it was missing from
Browse files Browse the repository at this point in the history
  • Loading branch information
franknoirot committed Jan 23, 2025
1 parent 24ffa6d commit 3e2fe56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/machines/settingsMachine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ export const settingsMachine = setup({
'setThemeClass',
'setEngineTheme',
'setClientSideSceneUnits',
'setThemeColor',
'Execute AST',
'setClientTheme',
'setAllowOrbitInSketchMode',
Expand All @@ -465,6 +466,7 @@ export const settingsMachine = setup({
'setThemeClass',
'setEngineTheme',
'setClientSideSceneUnits',
'setThemeColor',
'Execute AST',
'setClientTheme',
'setAllowOrbitInSketchMode',
Expand Down

0 comments on commit 3e2fe56

Please sign in to comment.