lay295 / TwitchDownloader

Twitch VOD/Clip Downloader - Chat Download/Render/Replay
MIT License
2.51k stars 257 forks source link

Improve WPF dark titlebar handling #1071

Closed ScrubN closed 1 month ago

ScrubN commented 1 month ago

By setting the dark titlebar during SourceInitialized, we don't need to force a repaint by spawning a virtually invisible window.

Forcing a repaint is still necessary to change the titlebar theme after first present though, such as reacting to system theme changes.