UWPHook
UWPHook copied to clipboard
Change host resolution is empty
The dropdown for "Change host resolution" is unfortunately empty. I don't mind having a look at the source code but was wondering if this is possibly a known issue.
This happens for me too. Are you using multiple monitors by any chance? I have 3 monitors, 1 at 4k and 2 at 1080p
I had a quick look in to the code.
resolution_comboBox is on the UI in SettingsWindow.xaml, but it doesn't have any values given to it in SettingsWindow.xaml.cs, nor is there any data for it in Properties/Settings.settings to load from either.
Looks like the switch was implemented, the drop down was added to the UI, and then the implementation was not completed. Not sure what the intended values would be, or how it would go about setting the values on launch. If the dev could supply some information on the intended use I could give implementing it a go.