Use simply "Clapper" name for the remote app

The remote app name should match the name of the main app, otherwise different name is displayed in the headerbar and its prefs window
This commit is contained in:
Rafostar
2020-12-17 20:03:01 +01:00
parent 1c93506e79
commit 49b3296527

View File

@@ -7,7 +7,6 @@ const Misc = imports.clapper_src.misc;
const ID_POSTFIX = 'Remote';
Misc.clapperPath = `${pkg.datadir}/${Misc.appId}`;
Misc.appName += ID_POSTFIX;
Misc.appId += '.' + ID_POSTFIX;
function main()