Update On Wed Sep 24 20:34:36 CEST 2025

This commit is contained in:
github-action[bot]
2025-09-24 20:34:37 +02:00
parent 1f6f1f8a02
commit c419341558
110 changed files with 8025 additions and 3033 deletions
@@ -6,7 +6,6 @@ using DynamicData;
using DynamicData.Binding;
using ReactiveUI;
using ReactiveUI.Fody.Helpers;
using Splat;
namespace ServiceLib.ViewModels;
@@ -276,7 +275,7 @@ public class ProfilesViewModel : MyReactiveObject
private void Reload()
{
Locator.Current.GetService<MainWindowViewModel>()?.Reload();
AppEvents.ReloadRequested.OnNext(Unit.Default);
}
public async Task SetSpeedTestResult(SpeedTestResult result)