From 5a2d0401e4e7362d91d725d4bc1776a362b680d7 Mon Sep 17 00:00:00 2001
From: status102 <102887808+status102@users.noreply.github.com>
Date: Mon, 25 May 2026 14:10:39 +0800
Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96TaskQueue=E9=80=89?=
=?UTF-8?q?=E4=B8=AD=E4=BB=BB=E5=8A=A1=E6=97=B6=E8=AE=BE=E7=BD=AE=E6=8C=89?=
=?UTF-8?q?=E9=92=AE=E8=A1=A8=E7=8E=B0=E4=BB=A5=E7=AA=81=E5=87=BA=E5=BD=93?=
=?UTF-8?q?=E5=89=8D=E9=80=89=E4=B8=AD=E7=9A=84=E9=80=89=E9=A1=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Res/Styles/Basic/Geometries.xaml | 2 ++
src/MaaWpfGui/Views/UI/TaskQueueView.xaml | 33 ++++++++++++++++++-
2 files changed, 34 insertions(+), 1 deletion(-)
diff --git a/src/MaaWpfGui/Res/Styles/Basic/Geometries.xaml b/src/MaaWpfGui/Res/Styles/Basic/Geometries.xaml
index cd68c1804f..74d26e3c27 100644
--- a/src/MaaWpfGui/Res/Styles/Basic/Geometries.xaml
+++ b/src/MaaWpfGui/Res/Styles/Basic/Geometries.xaml
@@ -71,4 +71,6 @@
+
+ M 827.904 541.184 a 278.592 278.592 0 0 0 0 -58.368 l 73.728 -58.368 c 15.872 -13.056 20.224 -35.584 9.728 -53.504 l -78.592 -137.728 c -9.984 -17.408 -31.232 -25.856 -51.712 -18.176 l -86.528 35.072 c -15.872 -11.52 -32.512 -21.248 -49.664 -29.184 l -12.8 -92.928 c -3.072 -20.224 -20.736 -35.584 -41.216 -35.584 h -157.44 c -20.736 0 -38.144 14.848 -41.216 35.84 L 378.88 221.44 c -17.152 7.936 -33.792 17.92 -49.664 29.184 L 242.688 215.296 c -18.688 -7.168 -41.216 0.768 -51.2 18.176 L 112.64 371.2 c -10.24 17.92 -6.144 40.448 10.24 53.76 l 73.472 58.112 c -1.024 9.472 -1.536 19.2 -1.536 29.184 c 0 9.728 0.512 19.456 1.536 29.184 l -73.984 58.368 c -15.872 13.056 -19.968 35.584 -9.728 53.248 l 78.848 137.728 c 9.984 17.408 32 25.856 51.456 17.92 l 86.528 -35.072 c 15.872 11.52 32.512 21.248 49.664 29.184 l 13.056 93.696 c 3.328 20.48 20.48 35.328 41.216 35.328 h 157.44 c 20.48 0 38.144 -15.36 41.216 -35.84 l 13.056 -93.184 c 17.152 -7.936 33.792 -17.664 49.664 -29.184 l 86.784 35.328 c 4.864 1.792 9.984 2.816 15.104 2.816 c 14.848 0 28.672 -7.936 36.096 -20.992 l 78.592 -137.728 c 10.24 -17.664 6.4 -40.192 -9.984 -53.76 l -73.472 -58.112 z M 512 642.816 C 440.832 642.816 382.72 584.192 382.72 512 S 440.832 381.184 512 381.184 S 641.28 439.808 641.28 512 S 583.424 642.816 512 642.816 Z
diff --git a/src/MaaWpfGui/Views/UI/TaskQueueView.xaml b/src/MaaWpfGui/Views/UI/TaskQueueView.xaml
index e26704141a..47cf831c68 100644
--- a/src/MaaWpfGui/Views/UI/TaskQueueView.xaml
+++ b/src/MaaWpfGui/Views/UI/TaskQueueView.xaml
@@ -158,7 +158,6 @@
Margin="0"
HorizontalAlignment="Stretch"
HorizontalContentAlignment="Right"
- hc:IconElement.Geometry="{StaticResource ConfigGeometry}"
hc:VisualElement.HighlightBackground="Transparent"
hc:VisualElement.HighlightForeground="{DynamicResource PrimaryBrush}"
Background="Transparent"
@@ -168,6 +167,38 @@
GroupName="TaskSettings"
IsChecked="{Binding EnableSetting}"
Style="{DynamicResource RadioGroupItemSingle}">
+
+
+
+
+
+
+
+
+
+
+
+