Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Apr 22, 2023
1 parent 74aa3b4 commit 645a4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ app.Application = class {
const packageContent = fs.readFileSync(packageFile, 'utf-8');
this._package = JSON.parse(packageContent);

electron.app.setAppUserModelId(this._package.build.appId);
electron.app.setAppUserModelId('com.lutzroeder.netron');
electron.app.allowRendererProcessReuse = true;

if (!electron.app.requestSingleInstanceLock()) {
Expand Down

0 comments on commit 645a4aa

Please sign in to comment.