Skip to content

Commit 2883405

Browse files
committed
🎨 ResetSettings Toast
1 parent 75e5b6e commit 2883405

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/BD.WTTS.Client.Plugins.Accelerator/UI/ViewModels/ProxySettingsWindowViewModel.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,7 @@ public void ResetSettings()
5959

6060
// 更改完成后保存一次
6161
ProxySettings.OnlyEnableProxyScript.Save();
62+
63+
Toast.Show(ToastIcon.Success, "重置成功");
6264
}
6365
}

0 commit comments

Comments
 (0)