chore: 长草任务ViewModel调整

This commit is contained in:
status102
2025-01-17 10:29:34 +08:00
parent f333c420f0
commit 5eb6737b0b
7 changed files with 7 additions and 24 deletions

View File

@@ -10,7 +10,6 @@
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY
// </copyright>
#nullable enable
using System;
using System.Collections.Generic;
@@ -18,11 +17,10 @@ using MaaWpfGui.Constants;
using MaaWpfGui.Helper;
using MaaWpfGui.Utilities.ValueType;
using MaaWpfGui.ViewModels.UI;
using Stylet;
namespace MaaWpfGui.ViewModels.UserControl.TaskQueue;
public class ReclamationSettingsUserControlModel : PropertyChangedBase
public class ReclamationSettingsUserControlModel : TaskViewModel
{
static ReclamationSettingsUserControlModel()
{