mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-27 10:40:08 +00:00
Compare commits
2 commits
97c1cc09f3
...
0ef8d60e11
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0ef8d60e11 | ||
|
|
8e0c5cb9aa |
4 changed files with 2 additions and 3 deletions
|
|
@ -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 a new issue