Skip to content

Commit

Permalink
umuSupport experimental feature optional
Browse files Browse the repository at this point in the history
  • Loading branch information
arielj committed Dec 21, 2024
1 parent 5bbccf7 commit 2152cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export type ExperimentalFeatures = {
enableNewDesign: boolean
enableHelp: boolean
cometSupport: boolean
umuSupport: boolean
umuSupport?: boolean
}

export interface AppSettings extends GameSettings {
Expand Down

0 comments on commit 2152cc7

Please sign in to comment.