Skip to content

Commit

Permalink
Fix focus
Browse files Browse the repository at this point in the history
  • Loading branch information
devinbinnie committed Dec 13, 2024
1 parent 1d2f65e commit 67c8995
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/views/loadingScreen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export class LoadingScreen {

if (process.env.NODE_ENV === 'test') {
app.emit('e2e-app-loaded');
MainWindow.get()?.focus();
}
};

Expand Down

0 comments on commit 67c8995

Please sign in to comment.