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

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