mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 08:21:59 +02:00
Use proper ID for remote app
This commit is contained in:
@@ -14,13 +14,12 @@ class ClapperAppBase extends Gtk.Application
|
||||
opts = opts || {};
|
||||
|
||||
let defaults = {
|
||||
idPostfix: '',
|
||||
playlist: [],
|
||||
};
|
||||
Object.assign(this, defaults, opts);
|
||||
|
||||
super._init({
|
||||
application_id: Misc.appId + this.idPostfix
|
||||
application_id: Misc.appId,
|
||||
});
|
||||
|
||||
this.doneFirstActivate = false;
|
||||
|
Reference in New Issue
Block a user