jimmy.jiang@vinno.com 8 months ago
parent
commit
1bfe61250d
1 changed files with 0 additions and 6 deletions
  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();
     
             }