Skip to content

Commit

Permalink
fix settingstab
Browse files Browse the repository at this point in the history
  • Loading branch information
RavenHogWarts committed May 4, 2024
1 parent 1060795 commit 5fba498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/settings/settingstab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,10 @@ export class CustomIconSettingTab extends PluginSettingTab {
}

displayFolderIcons(containerEl: HTMLElement, t: LocalProperty): void {
this.DefaultFolderIcon(containerEl,t);
this.FolderIconsSetting(containerEl,t);
this.DefaultFileIcon(containerEl,t);
this.FileIconsSetting(containerEl,t);
this.DefaultFolderIcon(containerEl,t);
this.FolderIconsSetting(containerEl,t);
}

DefaultFolderIcon(containerEl: HTMLElement, t: LocalProperty): void {
Expand Down

0 comments on commit 5fba498

Please sign in to comment.