Settings fix

This commit is contained in:
RedstonewolfX 2024-07-30 13:35:49 -04:00
parent 42f38fc979
commit 7b6664cc13

View File

@ -630,32 +630,6 @@ export const Setting: Array<Setting> = [
default: 0,
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,
label: i18next.t("settings:masterVolume"),