[feature-274] Refactoring downloaders service + handle importing Oculus version + logout from steam and oculus in settings + other things

This commit is contained in:
MathieuG-P
2023-10-27 02:00:24 +02:00
parent e9780a60f4
commit 0a1e1efcd9
33 changed files with 794 additions and 597 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export interface BSVersion extends PartialBSVersion {
steam?: boolean;
oculus?: boolean;
color?: string;
downloadedFrom?: BsStore;
store?: BsStore;
OculusBinaryId?: string;
}