Skip to content

Commit ec182ad

Browse files
committed
Fix property changed event
1 parent 35a5e27 commit ec182ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/SettingPages/ViewModels/SettingsPaneAboutViewModel.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,10 +263,10 @@ private bool ClearCacheFolder()
263263
App.API.LogException(ClassName, $"Failed to delete cache directory: {dir.Name}", e);
264264
success = false;
265265
}
266-
267-
OnPropertyChanged(nameof(CacheFolderSize));
268266
}
269267

268+
OnPropertyChanged(nameof(CacheFolderSize));
269+
270270
return success;
271271
}
272272

0 commit comments

Comments
 (0)