WinUIEx icon indicating copy to clipboard operation
WinUIEx copied to clipboard

Remove Backdrop fallback workaround

Open dotMorten opened this issue 2 years ago • 2 comments

In 1.2, WinAppSDK is going to provide the fallback for background when mica/acrylic isn't supported: https://github.com/microsoft/WindowsAppSDK/issues/2637

This means WinUIEx can remove the workaround for that once 1.2 ships: https://github.com/dotMorten/WinUIEx/blob/ce3b8d6d270b8124c4f16acc00b694fbc3d2dd9e/src/WinUIEx/WindowManager.Backdrop.cs#L73-L105

dotMorten avatar Jul 28 '22 19:07 dotMorten

This means WinUIEx can remove the workaround for that once 1.2 ships:

Will you check the running WinAppSDK version the app is using.. what if its lower than 1.2?

rocksdanister avatar Aug 06 '22 08:08 rocksdanister

what if its lower than 1.2?

Once 1.2 ships WinUIEx will require 1.2

dotMorten avatar Aug 06 '22 13:08 dotMorten

Completed in #e1a07a58dc06b648e3fc59dd2ebb7dd3f25c6fdf

dotMorten avatar Dec 08 '22 05:12 dotMorten