diff --git a/src/app.js b/src/app.js index 0e6d47da..94b26685 100644 --- a/src/app.js +++ b/src/app.js @@ -29,7 +29,8 @@ class ClapperApp extends Gtk.Application { super.vfunc_open(files, hint); - this._openFilesAsync(files).then(() => this.activate()).catch(debug); + this.activate(); + this._openFilesAsync(files).catch(debug); } vfunc_activate()