mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-26 17:29:30 +02:00
Settings fix
This commit is contained in:
parent
42f38fc979
commit
7b6664cc13
@ -630,32 +630,6 @@ export const Setting: Array<Setting> = [
|
|||||||
default: 0,
|
default: 0,
|
||||||
type: SettingType.DISPLAY,
|
type: SettingType.DISPLAY,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
key: SettingKeys.BiomePanels,
|
|
||||||
label: "Biome Panels",
|
|
||||||
options: [{
|
|
||||||
label: "Off",
|
|
||||||
value: "Off"
|
|
||||||
}, {
|
|
||||||
label: "On",
|
|
||||||
value: "On"
|
|
||||||
}],
|
|
||||||
default: 0,
|
|
||||||
type: SettingType.DISPLAY,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
key: SettingKeys.ShowAutosaves,
|
|
||||||
label: "Show Autosaves",
|
|
||||||
options: [{
|
|
||||||
label: "Off",
|
|
||||||
value: "Off"
|
|
||||||
}, {
|
|
||||||
label: "On",
|
|
||||||
value: "On"
|
|
||||||
}],
|
|
||||||
default: 0,
|
|
||||||
type: SettingType.DISPLAY,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
key: SettingKeys.Master_Volume,
|
key: SettingKeys.Master_Volume,
|
||||||
label: i18next.t("settings:masterVolume"),
|
label: i18next.t("settings:masterVolume"),
|
||||||
|
Loading…
Reference in New Issue
Block a user