Build 29060269

This commit is contained in:
Renan LE CARO 2025-04-02 19:50:05 +02:00
parent b7dacaba0a
commit d77a58438f
10 changed files with 109 additions and 35 deletions

View file

@ -66,6 +66,11 @@ export const options = {
name: t("main_menu.red_miss"),
help: t("main_menu.red_miss_help"),
},
comboIncreaseTexts: {
default: false,
name: t("main_menu.comboIncreaseTexts"),
help: t("main_menu.comboIncreaseTexts_help"),
},
} as const satisfies { [k: string]: OptionDef };
export function isOptionOn(key: OptionId) {