You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-02 22:49:09 +02:00
Zoom factor is saved to private setting
https://github.com/laurent22/joplin/pull/2165#issuecomment-565258704
This commit is contained in:
@@ -513,6 +513,16 @@ class Setting extends BaseModel {
|
||||
|
||||
'camera.type': { value: 0, type: Setting.TYPE_INT, public: false, appTypes: ['mobile'] },
|
||||
'camera.ratio': { value: '4:3', type: Setting.TYPE_STRING, public: false, appTypes: ['mobile'] },
|
||||
|
||||
windowContentZoomFactor: {
|
||||
value: 100,
|
||||
type: Setting.TYPE_INT,
|
||||
public: false,
|
||||
appTypes: ['desktop'],
|
||||
minimum: 30,
|
||||
maximum: 300,
|
||||
step: 10,
|
||||
},
|
||||
};
|
||||
|
||||
return this.metadata_;
|
||||
|
||||
Reference in New Issue
Block a user