We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec182ad commit 4bea410Copy full SHA for 4bea410
Flow.Launcher/SettingPages/ViewModels/SettingsPaneAboutViewModel.cs
@@ -265,6 +265,7 @@ private bool ClearCacheFolder()
265
}
266
267
268
+ // Raise regardless to cover scenario where size needs to be recalculated if the folder is manually removed on disk.
269
OnPropertyChanged(nameof(CacheFolderSize));
270
271
return success;
0 commit comments