Skip to content

Commit

Permalink
fix: clarification about disabling notifications (#249)
Browse files Browse the repository at this point in the history
close #249
  • Loading branch information
izzues committed Jun 22, 2022
1 parent f2ca683 commit f90b284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ export class ObsidianGitSettingsTab extends PluginSettingTab {
new Setting(containerEl)
.setName("Disable notifications")
.setDesc(
"Disable notifications for git operations to minimize distraction (refer to status bar for updates)"
"Disable notifications for git operations to minimize distraction (refer to status bar for updates). Errors are still shown as notifications even if you enable this setting"
)
.addToggle((toggle) =>
toggle
Expand Down

0 comments on commit f90b284

Please sign in to comment.