[bugfix-821] Add error messages for Beat Saber uninstallation

This commit is contained in:
Zagrios
2025-03-22 20:29:20 +01:00
parent 011e9d1b04
commit 4435df2fd7
18 changed files with 158 additions and 16 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ export interface IpcChannelMapping {
"install-playlist-file": {request: {bplist: BPList, version?: BSVersion, dest?: string}, response: LocalBPListsDetails};
/* ** bs-uninstall-ipcs ** */
"bs.uninstall": { request: BSVersion, response: boolean };
"bs.uninstall": { request: BSVersion, response: void };
/* ** bs-version-ipcs ** */
"bs-version.get-version-dict": { request: void, response: BSVersion[] };