Skip to content

Commit

Permalink
fix: app now loads on launch without interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
Tormak9970 committed Apr 19, 2023
1 parent 71226e4 commit fe8bc15
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/controllers/AppController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ export class AppController {
* ? Logging complete.
*/
static async setup(): Promise<void> {
WindowController.mainWindow.setFocus();

const users = await RustInterop.getSteamUsers();
steamUsers.set(users);

Expand Down

0 comments on commit fe8bc15

Please sign in to comment.