Skip to content

Commit

Permalink
Re-added removed of ElectronService
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanaelA committed May 2, 2024
1 parent 9cdf97c commit 105a917
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions desktop-app/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ import { DragAndDropService } from './drag-and-drop.service';
import { AdbClientService } from './adb-client.service';
import { environment } from '../environments/environment';

// DO NOT REMOVE the ElectronService import
import { ElectronService } from './electron.service';
// ---------------------------------------------------

@Component({
selector: 'app-root',
templateUrl: './app.component.html',
Expand All @@ -28,6 +32,9 @@ export class AppComponent implements OnInit, AfterViewInit {
public appService: AppService,
public webService: WebviewService,
public dragService: DragAndDropService,
// Do not remove
private electronService: ElectronService
// -------------
) {
this.devMode = isDevMode();
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "SideQuest",
"productName": "SideQuest",
"version": "0.10.41",
"version": "0.10.42",
"description": "A open app store for mobile android based VR devices such as the Levovo Mirage, Oculus Go, Oculus Quest, Vive Focus.",
"repository": "https://github.com/SideQuestVR/SideQuest.git",
"license": "UNLICENCED",
Expand Down

0 comments on commit 105a917

Please sign in to comment.