dotMorten / WinUIEx

WinUI Extensions
https://dotmorten.github.io/WinUIEx
MIT License
615 stars 40 forks source link

Default theme cannot be switched #101

Closed qian-o closed 1 year ago

qian-o commented 1 year ago
  1. Create an empty winui project.

  2. Introduce WinUIEx 2.1.0 Nuget.

  3. Use MicaSystemBackdrop.

  4. Create three buttons (Light, Dark, Default).

  5. The system sets the Light theme and runs the program to switch to Dark.

  6. Switching to the Default theme again will not take effect.

image image image image