Fix button label
This commit is contained in:
parent
34bdf0b4bf
commit
c3a6827ed7
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ export class VisibilityToggleSetting {
|
||||||
public static create(plugin: FileHider, container: HTMLElement) {
|
public static create(plugin: FileHider, container: HTMLElement) {
|
||||||
return new Setting(container)
|
return new Setting(container)
|
||||||
.setName(`Hidden File Visibility`)
|
.setName(`Hidden File Visibility`)
|
||||||
.setDesc(`Toggle whether or not files and folders that are told to be hidden will be hidden or not.`)
|
.setDesc(`Let chosen files and folders be visible.`)
|
||||||
.addToggle(toggle => {
|
.addToggle(toggle => {
|
||||||
toggle
|
toggle
|
||||||
.setValue(!plugin.settings.hidden)
|
.setValue(!plugin.settings.hidden)
|
||||||
|
|
@ -15,4 +15,4 @@ export class VisibilityToggleSetting {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue