feat: better handle friend code input

This commit is contained in:
Zamitto
2025-05-30 08:40:55 -03:00
parent 6757ebe13c
commit 5305e5ca18
4 changed files with 14 additions and 9 deletions

View File

@@ -4,7 +4,8 @@ import { SystemPath } from "./services/system-path";
export const defaultDownloadsPath = SystemPath.getPath("downloads");
export const isStaging = import.meta.env.MAIN_VITE_API_URL.includes("staging");
export const isStaging =
true || import.meta.env.MAIN_VITE_API_URL.includes("staging");
export const windowsStartMenuPath = path.join(
SystemPath.getPath("appData"),