chore: 反转右键效果时更新 tooltip 悬浮提示

This commit is contained in:
uye
2025-04-04 17:24:51 +08:00
parent a1ad5b2cf4
commit 6a9b72c477
7 changed files with 24 additions and 2 deletions

View File

@@ -150,6 +150,7 @@ public class GuiSettingsUserControlModel : PropertyChangedBase
set
{
ConfigFactory.Root.GUI.UseNotify = value;
NotifyOfPropertyChange();
if (value)
{
ToastNotification.ShowDirect("Test test");
@@ -163,6 +164,7 @@ public class GuiSettingsUserControlModel : PropertyChangedBase
set
{
ConfigFactory.Root.GUI.MainTasksInvertNullFunction = value;
NotifyOfPropertyChange();
}
}