mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[chore] remove functions and translations that or no longer needed
This commit is contained in:
@@ -25,7 +25,6 @@ export interface IpcChannelMapping extends Record<string, { request: unknown, re
|
||||
|
||||
/* ** bs-download-ipcs ** */
|
||||
"import-version": { request: ImportVersionOptions, response: Progression<BSVersion>};
|
||||
"is-dotnet-6-installed": { request: void, response: boolean};
|
||||
"bs-download.installation-folder": { request: void, response: string};
|
||||
"bs-download.set-installation-folder": { request: string, response: string};
|
||||
"auto-download-bs-version": { request: DownloadSteamInfo, response: DepotDownloaderEvent};
|
||||
|
||||
Reference in New Issue
Block a user