From e8e7bfc36d241a2bc4a72e2268803767988a34fd Mon Sep 17 00:00:00 2001
From: maqiao <625215135@qq.com>
Date: Wed, 28 Feb 2024 09:38:24 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B8=B2=E6=9F=93=E6=A0=87=E7=AD=BE=20?=
=?UTF-8?q?=E6=8C=89=E9=92=AE=E6=B7=BB=E5=8A=A0=E6=8F=90=E7=A4=BA=E4=BF=A1?=
=?UTF-8?q?=E6=81=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
DM_Weight/App.config | 4 +-
.../BindingChannelNewDialogViewModel.cs | 59 ++++++++++++++-----
.../Views/Dialog/BindingChannelNewDialog.xaml | 16 ++++-
3 files changed, 62 insertions(+), 17 deletions(-)
diff --git a/DM_Weight/App.config b/DM_Weight/App.config
index 227fd75..6dbd23f 100644
--- a/DM_Weight/App.config
+++ b/DM_Weight/App.config
@@ -40,9 +40,9 @@
-
+
-
+
+ Command="{Binding ResetLabelCommand}"
+ materialDesign:ButtonProgressAssist.IsIndicatorVisible="{Binding Status, UpdateSourceTrigger=PropertyChanged}"
+ materialDesign:ButtonProgressAssist.IsIndeterminate="{Binding Status, UpdateSourceTrigger=PropertyChanged}"
+
+ />