You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Desktop: Use Electron safeStorage
for keychain support (#10535)
This commit is contained in:
@ -18,7 +18,7 @@ const registerCustomProtocols = require('./utils/customProtocols/registerCustomP
|
||||
// our case it's a string like "@joplin/app-desktop". It's also supposed to
|
||||
// check the productName key but is not doing it, so here set the
|
||||
// application name to the right string.
|
||||
electronApp.name = packageInfo.name;
|
||||
electronApp.setName(packageInfo.name);
|
||||
|
||||
process.on('unhandledRejection', (reason, p) => {
|
||||
console.error('Unhandled promise rejection', p, 'reason:', reason);
|
||||
|
Reference in New Issue
Block a user