mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
persisting zoom setting in electron, fixes #112
This commit is contained in:
@@ -53,6 +53,8 @@ async function initOptions(startNotePath) {
|
||||
|
||||
await createOption('lastSyncedPull', appInfo.dbVersion, false);
|
||||
await createOption('lastSyncedPush', 0, false);
|
||||
|
||||
await createOption('zoomFactor', 1.0, false);
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user