mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
fix: Debug TaskName 忘保存了
This commit is contained in:
@@ -30,6 +30,10 @@ public class CustomSettingsUserControlModel : TaskViewModel
|
||||
public string TaskName
|
||||
{
|
||||
get => _taskName;
|
||||
set => SetAndNotify(ref _taskName, value);
|
||||
set
|
||||
{
|
||||
SetAndNotify(ref _taskName, value);
|
||||
ConfigurationHelper.SetGlobalValue(ConfigurationKeys.DebugTaskName, value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user