mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-24 11:56:55 +00:00
fix default server is reset on automatic update subscribe
This commit is contained in:
parent
7013e1490d
commit
ce635b6071
1 changed files with 3 additions and 1 deletions
|
@ -1364,7 +1364,9 @@ namespace v2rayN.Forms
|
||||||
if (config.autoUpdateSubscribe)
|
if (config.autoUpdateSubscribe)
|
||||||
{
|
{
|
||||||
ShowMsg(UIRes.I18N("StartAutoUpdateSubscribe"));
|
ShowMsg(UIRes.I18N("StartAutoUpdateSubscribe"));
|
||||||
|
ShowMsg(config.index.ToString());
|
||||||
UpdateSubscriptionProcess();
|
UpdateSubscriptionProcess();
|
||||||
|
SetDefaultServer(config.index);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue