mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 12:36:15 -04:00
Build 29058943
This commit is contained in:
parent
9958717260
commit
b7b4879e6d
15 changed files with 123 additions and 72 deletions
|
@ -61,6 +61,11 @@ export const options = {
|
|||
name: t("main_menu.donation_reminder"),
|
||||
help: t("main_menu.donation_reminder_help"),
|
||||
},
|
||||
red_miss: {
|
||||
default: false,
|
||||
name: t("main_menu.red_miss"),
|
||||
help: t("main_menu.red_miss_help"),
|
||||
},
|
||||
} as const satisfies { [k: string]: OptionDef };
|
||||
|
||||
export function isOptionOn(key: OptionId) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue