mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[bugfix-821] Add error messages for Beat Saber uninstallation
This commit is contained in:
@@ -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[] };
|
||||
|
||||
Reference in New Issue
Block a user