mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-24 20:06:54 +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
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue