From a450ef661de992ec52068d96c641f096da38a46f Mon Sep 17 00:00:00 2001 From: maqiao <625215135@qq.com> Date: Wed, 28 Feb 2024 10:36:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E7=A4=BA=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DM_Weight/ViewModels/BindingChannelNewDialogViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DM_Weight/ViewModels/BindingChannelNewDialogViewModel.cs b/DM_Weight/ViewModels/BindingChannelNewDialogViewModel.cs index b32acd8..acb7f06 100644 --- a/DM_Weight/ViewModels/BindingChannelNewDialogViewModel.cs +++ b/DM_Weight/ViewModels/BindingChannelNewDialogViewModel.cs @@ -575,7 +575,7 @@ namespace DM_Weight.ViewModels if (Status.Equals(true)) { SnackbarBackground = new SolidColorBrush((Color)ColorConverter.ConvertFromString("#00e676")); - SnackbarMessageQueue.Enqueue("标签渲染完成!"); + SnackbarMessageQueue.Enqueue("操作完成!"); Status = false; } GetChannelsByDrawerNo();