mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 09:19:56 -05:00
Feat: QOL Animations P1
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user