Merge branch 'main' into feat/souvenirs-for-achievements

This commit is contained in:
Moyase
2025-11-11 20:29:23 +02:00
committed by GitHub
60 changed files with 2207 additions and 938 deletions

View File

@@ -46,8 +46,12 @@ export const appVersion = app.getVersion() + (isStaging ? "-staging" : "");
export const ASSETS_PATH = path.join(SystemPath.getPath("userData"), "Assets");
export const THEMES_PATH = path.join(SystemPath.getPath("userData"), "themes");
export const MAIN_LOOP_INTERVAL = 2000;
export const DEFAULT_ACHIEVEMENT_SOUND_VOLUME = 0.15;
export const DECKY_PLUGINS_LOCATION = path.join(
SystemPath.getPath("home"),
"homebrew",