mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[chore] rework link unlink modals
This commit is contained in:
@@ -17,6 +17,7 @@ export interface BSVersion extends PartialBSVersion {
|
||||
color?: string; // TODO : Should be in metadata
|
||||
OculusBinaryId?: string;
|
||||
metadata?: BSVersionMetadata;
|
||||
path?: string;
|
||||
recommended?: boolean;
|
||||
}
|
||||
|
||||
|
||||
@@ -113,6 +113,7 @@ export interface IpcChannelMapping {
|
||||
"link-version-folder-action": { request: VersionLinkerAction, response: void };
|
||||
"is-version-folder-linked": { request: { version: BSVersion; relativeFolder: string }, response: boolean };
|
||||
"relink-all-versions-folders": { request: void, response: void };
|
||||
"get-shared-folder": { request: void, response: string };
|
||||
|
||||
/* ** launcher-ipcs ** */
|
||||
"download-update": { request: void, response: Progression };
|
||||
|
||||
Reference in New Issue
Block a user