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:
james-xli 2024-05-18 09:03:37 -07:00
parent 4e7b98a92e
commit 67de896d3b

View file

@ -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()