mirror of
https://github.com/netchx/netch.git
synced 2026-04-21 21:19:52 +08:00
Refactor show Bandwidth
This commit is contained in:
@@ -42,7 +42,7 @@ namespace Netch.Forms
|
||||
if (await MainController.Start(server, mode))
|
||||
{
|
||||
State = State.Started;
|
||||
_ = Task.Run(() => { Bandwidth.NetTraffic(server, mode); });
|
||||
_ = Task.Run(() => { Bandwidth.NetTraffic(); });
|
||||
// 如果勾选启动后最小化
|
||||
if (Global.Settings.MinimizeWhenStarted)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user