mirror of
https://github.com/netchx/netch.git
synced 2026-05-11 23:45:06 +08:00
打开软件时自动更新订阅;
This commit is contained in:
@@ -83,6 +83,16 @@ namespace Netch.Forms
|
||||
CheckUpdate();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Task.Run(() =>
|
||||
{
|
||||
// 检查订阅更新
|
||||
if (Global.Settings.UpdateSubscribeatWhenOpened)
|
||||
{
|
||||
UpdateServersFromSubscribe();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
private void OnCalled(object sender, OnlyInstance.Commands e)
|
||||
|
||||
Reference in New Issue
Block a user