mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-27 10:40:08 +00:00
Compare commits
1 commit
0ef8d60e11
...
97c1cc09f3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
97c1cc09f3 |
4 changed files with 3 additions and 2 deletions
|
|
@ -235,7 +235,6 @@ 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,6 +112,7 @@ public partial class ProfilesView : ReactiveUserControl<ProfilesViewModel>
|
|||
});
|
||||
|
||||
RestoreUI();
|
||||
ViewModel?.RefreshServers();
|
||||
}
|
||||
|
||||
private async void LstProfiles_Sorting(object? sender, DataGridColumnEventArgs e)
|
||||
|
|
|
|||
|
|
@ -106,6 +106,7 @@ public partial class ProfilesView
|
|||
});
|
||||
|
||||
RestoreUI();
|
||||
ViewModel?.RefreshServers();
|
||||
}
|
||||
|
||||
#region Event
|
||||
|
|
|
|||
Loading…
Reference in a new issue