BrowserPicker icon indicating copy to clipboard operation
BrowserPicker copied to clipboard

Add Windows10/11-like theme

Open Matszwe02 opened this issue 1 year ago • 3 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?

Matszwe02 avatar Jan 22 '24 09:01 Matszwe02

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.

mortenn avatar Mar 31 '24 04:03 mortenn

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.

Matszwe02 avatar Mar 31 '24 12:03 Matszwe02

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.

mortenn avatar Mar 31 '24 13:03 mortenn