UWPHook icon indicating copy to clipboard operation
UWPHook copied to clipboard

Change host resolution is empty

Open ErikApption opened this issue 2 years ago • 3 comments

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. image

ErikApption avatar Aug 07 '23 19:08 ErikApption

This happens for me too. Are you using multiple monitors by any chance? I have 3 monitors, 1 at 4k and 2 at 1080p

lobbo232 avatar Sep 23 '23 09:09 lobbo232

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.

lobbo232 avatar Sep 23 '23 09:09 lobbo232