This commit is contained in:
Silvano Cerza 2025-01-09 18:03:39 +01:00
parent 6205a12453
commit b6d217daaa

View file

@ -171,7 +171,7 @@ export default class GitHubSyncSettingsTab extends PluginSettingTab {
new Setting(containerEl) new Setting(containerEl)
.setName("Show status bar item") .setName("Show status bar item")
.setDesc("Displays the status bar item that show the file synnc status") .setDesc("Displays the status bar item that show the file sync status")
.addToggle((toggle) => { .addToggle((toggle) => {
toggle toggle
.setValue(this.plugin.settings.showStatusBarItem) .setValue(this.plugin.settings.showStatusBarItem)