Improved windows notifications
This commit is contained in:
parent
584e39d569
commit
40c21b1666
31 changed files with 1227 additions and 151 deletions
|
@ -12,8 +12,8 @@ GlobalErrors.addHandler();
|
|||
// set such that only we have read access to our files
|
||||
process.umask(0o077);
|
||||
|
||||
const appUserModelId = `org.whispersystems.${packageJson.name}`;
|
||||
export const AUMID = `org.whispersystems.${packageJson.name}`;
|
||||
console.log('Set Windows Application User Model ID (AUMID)', {
|
||||
appUserModelId,
|
||||
AUMID,
|
||||
});
|
||||
app.setAppUserModelId(appUserModelId);
|
||||
app.setAppUserModelId(AUMID);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue