mirror of
https://github.com/philips/supernote-obsidian-plugin.git
synced 2026-07-22 09:50:25 +00:00
Update settings description: Remove reference to 0px behavior
I removed the special 0px behavior in the previous commit but forgot to update this text in the settings description.
This commit is contained in:
parent
4e7b98a92e
commit
67de896d3b
1 changed files with 1 additions and 1 deletions
2
main.ts
2
main.ts
|
|
@ -468,7 +468,7 @@ class SupernoteSettingTab extends PluginSettingTab {
|
|||
|
||||
new Setting(containerEl)
|
||||
.setName('Note width in .note files')
|
||||
.setDesc('Width of the note image when viewing .note files, in pixels. Does not affect exported images and markdown. Set to 0 to allow the image to scale freely.')
|
||||
.setDesc('Width of the note image when viewing .note files, in pixels. Does not affect exported images and markdown.')
|
||||
.addSlider(text => text
|
||||
.setLimits(100, 1400, 50) // Width of an A5X/A6X2/Nomad page is 1404 px (with no upscaling)
|
||||
.setDynamicTooltip()
|
||||
|
|
|
|||
Loading…
Reference in a new issue