mirror of
https://github.com/Rafostar/clapper.git
synced 2025-09-01 00:41:58 +02:00
Move window to top when new file is opened
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user