JasonWei512 / EnergyStarX

🔋 Improve your Windows 11 device's battery life. A WinUI 3 GUI for https://github.com/imbushuo/EnergyStar.
https://www.microsoft.com/store/productId/9NF7JTB3B17P
GNU General Public License v3.0
895 stars 19 forks source link

Upgrade to Windows App SDK 1.3 #60

Closed JasonWei512 closed 1 year ago

JasonWei512 commented 1 year ago

The wrong Mica theme bug is fixed in Windows App SDK 1.3, so this workaround is no longer needed.

Known Issues

On my laptop, app may crash when launching.

JasonWei512 commented 1 year ago

About the crash

Windows App SDK 1.3's new SystemBackdrop API requires the window to have content. If I set MainWindow.SystemBackdrop when MainWindow.Content is null, the app may crash on launch. https://github.com/microsoft/WindowsAppSDK/discussions/3406#discussioncomment-4955796

The workaround

Set MainWindow.SystemBackdrop after setting MainWindow.Content.