Skip to content

Commit 4bea410

Browse files
authored
add comment for cache folder size refresh event
1 parent ec182ad commit 4bea410

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Flow.Launcher/SettingPages/ViewModels/SettingsPaneAboutViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ private bool ClearCacheFolder()
265265
}
266266
}
267267

268+
// Raise regardless to cover scenario where size needs to be recalculated if the folder is manually removed on disk.
268269
OnPropertyChanged(nameof(CacheFolderSize));
269270

270271
return success;

0 commit comments

Comments
 (0)