fix default server is reset on automatic update subscribe

This commit is contained in:
Qixiny 2021-10-22 20:12:22 +08:00
parent 7013e1490d
commit ce635b6071

View file

@ -1364,7 +1364,9 @@ namespace v2rayN.Forms
if (config.autoUpdateSubscribe)
{
ShowMsg(UIRes.I18N("StartAutoUpdateSubscribe"));
ShowMsg(config.index.ToString());
UpdateSubscriptionProcess();
SetDefaultServer(config.index);
}
}