mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-02-28 11:02:04 -08:00
fix: setting can't rename
https://github.com/nathanbuchar/electron-settings/issues/159
This commit is contained in:
parent
8bdc599c3a
commit
06e1ee2b81
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ if (!gotTheLock) {
|
|||
} else {
|
||||
settings.configure({
|
||||
dir: SETTINGS_FOLDER,
|
||||
atomicSave: process.platform !== 'win32',
|
||||
});
|
||||
protocol.registerSchemesAsPrivileged([
|
||||
{ scheme: 'http', privileges: { standard: true } },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue