Made the "combo lost" text last 500ms instead of the pointless 150ms

This commit is contained in:
Renan LE CARO 2025-03-29 17:40:07 +01:00
parent da89cdb647
commit 23798c4e58
9 changed files with 262 additions and 265 deletions

View file

@ -50,6 +50,11 @@ export const options = {
name: t("main_menu.record"),
help: t("main_menu.record_help"),
},
fullscreen: {
default: false,
name: t("main_menu.fullscreen"),
help: t("main_menu.fullscreen_help"),
},
} as const satisfies { [k: string]: OptionDef };
export function isOptionOn(key: OptionId) {