mirror of https://github.com/2dust/v2rayN
parent
6ffb3bd30c
commit
8e0c5cb9aa
|
@ -235,6 +235,7 @@ public class MainWindowViewModel : MyReactiveObject
|
|||
{
|
||||
await StatisticsManager.Instance.Init(_config, UpdateStatisticsHandler);
|
||||
}
|
||||
await RefreshServers();
|
||||
|
||||
BlReloadEnabled = true;
|
||||
await Reload();
|
||||
|
|
|
@ -257,7 +257,7 @@ public class ProfilesViewModel : MyReactiveObject
|
|||
SelectedMoveToGroup = new();
|
||||
|
||||
await RefreshSubscriptions();
|
||||
await RefreshServers();
|
||||
//await RefreshServers();
|
||||
}
|
||||
|
||||
#endregion Init
|
||||
|
|
|
@ -112,7 +112,6 @@ public partial class ProfilesView : ReactiveUserControl<ProfilesViewModel>
|
|||
});
|
||||
|
||||
RestoreUI();
|
||||
ViewModel?.RefreshServers();
|
||||
}
|
||||
|
||||
private async void LstProfiles_Sorting(object? sender, DataGridColumnEventArgs e)
|
||||
|
|
|
@ -106,7 +106,6 @@ public partial class ProfilesView
|
|||
});
|
||||
|
||||
RestoreUI();
|
||||
ViewModel?.RefreshServers();
|
||||
}
|
||||
|
||||
#region Event
|
||||
|
|
Loading…
Reference in New Issue