From 7d2322e637faae5ccfab58c54f7a13e6a5f7ea88 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Fri, 26 Sep 2025 12:16:22 -0400 Subject: feat: first arg steam path start, second mirror first --- src/api/index.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/api/index.ts') diff --git a/src/api/index.ts b/src/api/index.ts index 11e4213..1cc3285 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -21,3 +21,8 @@ export const listInstalledGames = callable< >("list_installed_games"); export const logError = callable<[string], void>("log_error"); + +export const getPathDefaults = callable< + [], + { home: string; steam_common?: string } +>("get_path_defaults"); -- cgit v1.2.3