[feat-560] applied PR comments

This commit is contained in:
silentrald
2024-08-25 20:55:50 +08:00
parent 6258de5b06
commit 9c86adf2d4
4 changed files with 29 additions and 50 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ export interface IpcChannelMapping {
"bsv-get-playlist-details-by-id": {request: {id: string, page: number}, response: BsvPlaylistPage};
/* ** bs-installer-ipcs ** */
"bs-installer.folder-exists": { require: void, response: boolean };
"bs-installer.folder-exists": { request: void, response: boolean };
"bs-installer.default-install-path": { request: void, response: string };
"bs-installer.install-path": { request: void, response: string};
"bs-installer.set-install-path": { request: string, response: string};