Skip to content

Commit

Permalink
refactor: setting config (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
bingryan authored Feb 23, 2024
1 parent eb9437f commit c045e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class MarkdownExportSettingTab extends PluginSettingTab {
new Setting(containerEl)
.setName("Encode file name")
.setDesc(
"true default, if you want to keep the original file name, set this to false (if file name contains spaces, bug display for GFM.)."
"true default, if you want to keep the original file name, set this to false"
)
.addToggle((toggle) =>
toggle
Expand Down

0 comments on commit c045e11

Please sign in to comment.