mirror of
https://github.com/devonthesofa/obsidian-note-status.git
synced 2026-07-22 12:30:24 +00:00
fix: explorer setting copy
This commit is contained in:
parent
853212e2ed
commit
b19a37bb07
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ export class ExplorerIntegration {
|
|||
this.settings.showStatusIconsInExplorer !== settings.showStatusIconsInExplorer ||
|
||||
this.settings.hideUnknownStatusInExplorer !== settings.hideUnknownStatusInExplorer;
|
||||
|
||||
this.settings = settings;
|
||||
this.settings = {...settings};
|
||||
this.ui.updateSettings(settings);
|
||||
|
||||
if (shouldRefreshIcons) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue