mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
add comment for cache folder size refresh event
This commit is contained in:
parent
ec182ade39
commit
4bea4101a1
1 changed files with 1 additions and 0 deletions
|
|
@ -265,6 +265,7 @@ public partial class SettingsPaneAboutViewModel : BaseModel
|
|||
}
|
||||
}
|
||||
|
||||
// Raise regardless to cover scenario where size needs to be recalculated if the folder is manually removed on disk.
|
||||
OnPropertyChanged(nameof(CacheFolderSize));
|
||||
|
||||
return success;
|
||||
|
|
|
|||
Loading…
Reference in a new issue