From 2b407a60a272558559a803a4746b3acf225d244b Mon Sep 17 00:00:00 2001 From: maqiao <625215135@qq.com> Date: Sun, 4 Feb 2024 14:39:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BindingChannelDialogViewModel?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=B8=ADKeepAlive=3D>true?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DM_Weight/ViewModels/BindingChannelDialogViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DM_Weight/ViewModels/BindingChannelDialogViewModel.cs b/DM_Weight/ViewModels/BindingChannelDialogViewModel.cs index 1acbb96..6728d1e 100644 --- a/DM_Weight/ViewModels/BindingChannelDialogViewModel.cs +++ b/DM_Weight/ViewModels/BindingChannelDialogViewModel.cs @@ -532,7 +532,7 @@ namespace DM_Weight.ViewModels }); } - public bool KeepAlive => false; + public bool KeepAlive => true; string message = string.Empty; private void DoMyPrismEvent(DeviceMsg msg) {