mirror of
https://github.com/2dust/v2rayN.git
synced 2026-09-22 22:38:10 +03:00
Fix (#10200)
This commit is contained in:
@@ -680,6 +680,13 @@ public partial class MainWindowViewModel : MyReactiveObject
|
||||
{
|
||||
SetReloadEnabled(false);
|
||||
|
||||
RxSchedulers.MainThreadScheduler.Schedule(() =>
|
||||
{
|
||||
if (TabMainSelectedIndex < 0)
|
||||
{
|
||||
TabMainSelectedIndex = 0;
|
||||
}
|
||||
});
|
||||
var profileItem = await ConfigHandler.GetDefaultServer(_config);
|
||||
if (profileItem == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user