2.0.1 #99

Merged
defnotken merged 19 commits from 2.0.1 into master 2025-12-24 02:11:08 +00:00
Showing only changes of commit fd3b42eff1 - Show all commits

View File

@@ -1915,7 +1915,10 @@ public class SettingsUi : WindowMediatorSubscriberBase
UiSharedService.TextWrapped(
$"Storage validation is running: {_currentProgress.Item1}/{_currentProgress.Item2}");
UiSharedService.TextWrapped($"Current item: {_currentProgress.Item3.ResolvedFilepath}");
if (_currentProgress.Item3 != null)
{
UiSharedService.TextWrapped($"Current item: {_currentProgress.Item3.ResolvedFilepath}");
}
}
}
}