Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 50f5780

Browse files
committed
🐛 Fix #223
1 parent 8d53491 commit 50f5780

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/_renderer.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ function initGraphicalErrorHandling() {
125125
// Init audio
126126
window.audioManager = new AudioManager();
127127

128+
// See #223
129+
electron.remote.app.focus();
130+
128131
let i = 0;
129132
if (!window.settings.nointro) {
130133
displayLine();

0 commit comments

Comments
 (0)