From 333324141365b3c263cebecffca3c77b52862dd1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9E=AB=E9=9B=A8?= <737345039@qq.com>
Date: Sun, 23 Apr 2023 23:25:41 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BB=BB=E5=8A=A1=E8=AE=BE=E7=BD=AEDem?=
=?UTF-8?q?o?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/MaaWpfGui/App.xaml | 12 +++
.../Models/TaskSettingVisibilityInfo.cs | 77 +++++++++++++++++++
src/MaaWpfGui/ViewModels/DragItemViewModel.cs | 16 ++++
.../ViewModels/UI/TaskQueueViewModel.cs | 11 +++
src/MaaWpfGui/Views/UI/TaskQueueView.xaml | 33 +++++++-
5 files changed, 146 insertions(+), 3 deletions(-)
create mode 100644 src/MaaWpfGui/Models/TaskSettingVisibilityInfo.cs
diff --git a/src/MaaWpfGui/App.xaml b/src/MaaWpfGui/App.xaml
index d242feb4f9..3e73721d73 100644
--- a/src/MaaWpfGui/App.xaml
+++ b/src/MaaWpfGui/App.xaml
@@ -41,9 +41,21 @@
+
+