Move window to top when new file is opened

This commit is contained in:
Rafostar
2020-12-27 17:33:01 +01:00
parent 92cf34c682
commit 16f26d3207
2 changed files with 10 additions and 14 deletions

View File

@@ -44,10 +44,10 @@ class ClapperApp extends AppBase
this.playlist = files;
if(!this.doneFirstActivate)
this._handleAppStart();
else
if(this.doneFirstActivate)
this.setWindowPlaylist(this.active_window);
this.activate();
}
_onWindowShow(window)