Make the window border actually follow the user's theme#5105
Conversation
One of our great contributors already hooked up all the logic for this, we just needed a theme library that could handle the request. Fixes #4980.
|
Most of the diffs here are updating the nuget package 😄 |
|
@msftbot merge this in 5 minutes |
|
Hello @DHowett-MSFT! Because you've given me some instructions on how to help merge this pull request, I'll be modifying my merge approach. Here's how I understand your requirements for merging this pull request:
If this doesn't seem right to you, you can tell me to cancel these instructions and use the auto-merge policy that has been configured for this repository. Try telling me "forget everything I just told you". |
|
Does this make the border follow the System theme, or the app settings JSON "RequestedTheme" |
|
The application's currently-active theme. |
|
The border currently follows the system theme. |
|
Thank you @DHowett-MSFT |
|
🎉 Handy links: |
Summary of the Pull Request
One of our great contributors already hooked up all the logic for this,
we just needed a theme library that could handle the request.
PR Checklist