|
|
|
@ -9,7 +9,7 @@ const DefaultAppSettings = {
|
|
|
|
|
autoUpdate: 'install', // auto-update options: "install", "check", ""
|
|
|
|
|
clipboardSeconds: 0, // number of seconds after which the clipboard will be cleared
|
|
|
|
|
autoSave: true, // auto-save open files
|
|
|
|
|
autoSaveInterval: 0, // interval between performing automatic sync, minutes
|
|
|
|
|
autoSaveInterval: 0, // interval between performing automatic sync, minutes, -1: on every change
|
|
|
|
|
rememberKeyFiles: 'path', // remember keyfiles selected on the Open screen
|
|
|
|
|
idleMinutes: 15, // app lock timeout after inactivity, minutes
|
|
|
|
|
minimizeOnClose: false, // minimise the app instead of closing
|
|
|
|
|