Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change host resolution is empty #124

Open
ErikApption opened this issue Aug 7, 2023 · 2 comments
Open

Change host resolution is empty #124

ErikApption opened this issue Aug 7, 2023 · 2 comments
Assignees
Labels

Comments

@ErikApption
Copy link

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

@lobbo232
Copy link

lobbo232 commented Sep 23, 2023

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
Copy link

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.

@BrianLima BrianLima self-assigned this Apr 8, 2024
@BrianLima BrianLima added the bug label Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants