mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
chore: 反转右键效果时更新 tooltip 悬浮提示
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user