Feat: QOL Animations P1

This commit is contained in:
Youwes09
2026-04-16 22:40:22 -05:00
parent 8507c34b21
commit f0dc3446b2
5 changed files with 203 additions and 91 deletions
+2
View File
@@ -283,6 +283,7 @@ export interface Settings {
extraScanDirs: string[];
serverDownloadsPath: string;
serverLocalSourcePath: string;
qolAnimations: boolean;
}
export const DEFAULT_SETTINGS: Settings = {
@@ -353,6 +354,7 @@ export const DEFAULT_SETTINGS: Settings = {
extraScanDirs: [],
serverDownloadsPath: "",
serverLocalSourcePath: "",
qolAnimations: true,
};
const STORE_VERSION = 3;