jimmy.jiang@vinno.com 8 tháng trước cách đây
mục cha
commit
1bfe61250d
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  1. 0 6
      fis/MainWindow.axaml.cs

+ 0 - 6
fis/MainWindow.axaml.cs

@@ -202,12 +202,6 @@ namespace fis
             {
                 Logger.WriteShellLog("ShowInTaskbar cancelled");
                 ShowInTaskbar = false;
-                var windowTitleBar = this.FindControl<WindowsTitleBar>("WinTitleBar");
-                if (windowTitleBar != null)
-                {
-                    windowTitleBar.IsVisible = true;
-                    windowTitleBar.Height = 32;
-                }
                 Hide();
     
             }