mortenn / BrowserPicker

Smart browser selector for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Windows10/11-like theme

Matszwe02 opened this issue · comments

Will also include:

I like the browser picker, but I don't like the windows7-like style - the whole ui looks very outdated. Maybe redesign the ui or make it selectable?

The problem with this is I can't just flip a switch and make a WPF app use Windows 11 chrome, microsoft hasn't built WPF with support for that, so I would need to either get some chrome package that does this and will be maintained, or hand roll all the style.

The suggested path is to replace WPF with WinUI, which I guess I will have to investigate at some point. that sounds like a 3.0 thing, though.

The problem with this is I can't just flip a switch and make a WPF app use Windows 11 chrome, microsoft hasn't built WPF with support for that, so I would need to either get some chrome package that does this and will be maintained, or hand roll all the style.

The suggested path is to replace WPF with WinUI, which I guess I will have to investigate at some point. that sounds like a 3.0 thing, though.

Thanks for the response. However I think the easiest way will be to manually change the theme to match the whole "windows style", it's not a complicated app, so there won't be much to change I think.

yes, it's not a big app, but I don't really have the spare time to do that, and I'm not a wpf frontend designer :3
I'll be more than happy to take a PR for this, though, chrome is nice.