Browse Source

优化。

tags/录制修改前
zhangxueyang 4 years ago
parent
commit
55ef5b12e0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      XHWK.WKTool/MessageWindow.xaml.cs

+ 1
- 1
XHWK.WKTool/MessageWindow.xaml.cs View File

@@ -40,7 +40,7 @@ namespace XHWK.WKTool
40 40
                     break;
41 41
             }
42 42
             lblTitle.Content = Title;
43
-            if (string.IsNullOrWhiteSpace(Content))
43
+            if (!string.IsNullOrWhiteSpace(Content))
44 44
             {
45 45
                 if(Content.Length>143)
46 46
                 {

Loading…
Cancel
Save