Also move app window to top on file drop

This commit is contained in:
Rafostar
2021-01-08 21:36:40 +01:00
parent 59555c103b
commit f0dbeca5b6

View File

@@ -693,6 +693,9 @@ class ClapperPlayer extends PlayerBase
this.set_playlist(playlist);
const { application } = this.widget.get_root();
application.activate();
return true;
}