mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 22:39:31 +02:00
fixed default
This commit is contained in:
parent
d32bc345b2
commit
b934f31e05
@ -639,7 +639,7 @@ export const Setting: Array<Setting> = [
|
||||
label: i18next.t("settings:mixed")
|
||||
}
|
||||
],
|
||||
default: 0,
|
||||
default: MusicPreference.MIXED,
|
||||
type: SettingType.AUDIO,
|
||||
requireReload: true
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user