Skip to content

Commit 97f94a0

Browse files
committed
Properly display last update check date (fix #4215)
1 parent 8a788eb commit 97f94a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UniGetUI/Pages/SoftwarePages/AbstractPackagesPage.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,8 +456,8 @@ private void Loader_FinishedLoading(object? sender, EventArgs e)
456456

457457
LoadingProgressBar.Visibility = Visibility.Collapsed;
458458
// Required to update UI labels
459-
UpdatePackageCount();
460459
LastPackageLoadTime = DateTime.Now;
460+
UpdatePackageCount();
461461
WhenPackagesLoaded(ReloadReason.External);
462462
}
463463

0 commit comments

Comments
 (0)