修改提示消息内容
This commit is contained in:
parent
2f891bd446
commit
a450ef661d
|
@ -575,7 +575,7 @@ namespace DM_Weight.ViewModels
|
||||||
if (Status.Equals(true))
|
if (Status.Equals(true))
|
||||||
{
|
{
|
||||||
SnackbarBackground = new SolidColorBrush((Color)ColorConverter.ConvertFromString("#00e676"));
|
SnackbarBackground = new SolidColorBrush((Color)ColorConverter.ConvertFromString("#00e676"));
|
||||||
SnackbarMessageQueue.Enqueue("标签渲染完成!");
|
SnackbarMessageQueue.Enqueue("操作完成!");
|
||||||
Status = false;
|
Status = false;
|
||||||
}
|
}
|
||||||
GetChannelsByDrawerNo();
|
GetChannelsByDrawerNo();
|
||||||
|
|
Loading…
Reference in New Issue