mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
persisting zoom setting in electron, fixes #112
This commit is contained in:
2
db/migrations/0097__add_zoomFactor.sql
Normal file
2
db/migrations/0097__add_zoomFactor.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
INSERT INTO options (optionId, name, value, dateCreated, dateModified, isSynced)
|
||||
VALUES ('zoomFactor_key', 'zoomFactor', '1.0', '2018-06-01T03:35:55.041Z', '2018-06-01T03:35:55.041Z', 0);
|
||||
Reference in New Issue
Block a user