Added save mechanic

This commit is contained in:
Renan LE CARO 2025-03-17 11:50:13 +01:00
parent 7aff5be9cd
commit 659d79bcd0
23 changed files with 333 additions and 20292 deletions

1
src/types.d.ts vendored
View file

@ -248,6 +248,5 @@ export type OptionDef = {
default: boolean;
name: string;
help: string;
disabled: () => boolean;
};
export type OptionId = keyof typeof options;