Update default settings

Disable tutorials because annoying
Enable Type Hints because of damage display
This commit is contained in:
RedstonewolfX 2024-07-12 20:03:16 -04:00
parent db4261bb2d
commit 4d95fd0ca2

View File

@ -278,7 +278,7 @@ export const Setting: Array<Setting> = [
key: SettingKeys.Tutorials, key: SettingKeys.Tutorials,
label: i18next.t("settings:tutorials"), label: i18next.t("settings:tutorials"),
options: OFF_ON, options: OFF_ON,
default: 1, default: 0,
type: SettingType.GENERAL type: SettingType.GENERAL
}, },
{ {
@ -518,7 +518,7 @@ export const Setting: Array<Setting> = [
key: SettingKeys.Type_Hints, key: SettingKeys.Type_Hints,
label: i18next.t("settings:typeHints"), label: i18next.t("settings:typeHints"),
options: OFF_ON, options: OFF_ON,
default: 0, default: 1,
type: SettingType.DISPLAY type: SettingType.DISPLAY
}, },
{ {