Simnico99 / MicaWPF

This is a library to make Mica available in WPF.
MIT License
206 stars 11 forks source link

Close button sucks #60

Closed StarNumber12046 closed 1 year ago

StarNumber12046 commented 1 year ago

Describe the bug The close button for an app is weird

To Reproduce Steps to reproduce the behavior:

  1. Create a WPF app
  2. Apply Mica

Expected behavior It should use the os close (i.e. Windows 11)

Screenshots image Desktop (please complete the following information):

Additional context

Simnico99 commented 1 year ago

That is the default Win32 Button Add this TitleBarType="WinUI"

To your window

StarNumber12046 commented 1 year ago

oh, ok

Simnico99 commented 1 year ago

Merged, Thanks for the help!