mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix property changed event
This commit is contained in:
parent
35a5e27e2d
commit
ec182ade39
1 changed files with 2 additions and 2 deletions
|
|
@ -263,10 +263,10 @@ public partial class SettingsPaneAboutViewModel : BaseModel
|
|||
App.API.LogException(ClassName, $"Failed to delete cache directory: {dir.Name}", e);
|
||||
success = false;
|
||||
}
|
||||
|
||||
OnPropertyChanged(nameof(CacheFolderSize));
|
||||
}
|
||||
|
||||
OnPropertyChanged(nameof(CacheFolderSize));
|
||||
|
||||
return success;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue