remove pdsplay

This commit is contained in:
Shawn Yuan (from Dev Box)
2026-02-06 14:56:56 +08:00
parent 13a6bf1f0b
commit 62ec8ee50e

View File

@@ -318,17 +318,7 @@ namespace PowerDisplay
{
// Window properties (IsResizable, IsMaximizable, IsMinimizable, IsTitleBarVisible)
// are set in XAML. IsShownInSwitchers must be set programmatically due to WinUIEx limitations.
try
{
this.AppWindow.IsShownInSwitchers = false;
}
catch (NotImplementedException)
{
// WinUI will throw if explorer is not running, safely ignore
}
catch (Exception)
{
}
this.AppWindow.IsShownInSwitchers = false;
// Set minimal initial window size - will be adjusted before showing
// Using minimal height to prevent "large window shrinking" flicker