修改提示消息内容
This commit is contained in:
parent
2f891bd446
commit
a450ef661d
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue