-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
feat(display): add display mode remapping option #3529
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3529 +/- ##
=========================================
+ Coverage 8.45% 8.84% +0.39%
=========================================
Files 90 90
Lines 16054 16159 +105
Branches 7626 7679 +53
=========================================
+ Hits 1357 1430 +73
- Misses 12212 12219 +7
- Partials 2485 2510 +25
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@moi952 could I ask you to please test this build. Just if the remapping still works? I don't have access to host PC at the moment :/ |
Yes of course, I'm not at home, but I can test when I get back if it's not too late, or tomorrow morning. |
I just got back, it works perfectly |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Thank you everyone for testing and giving feedback on this PR, but let's not make these PRs grow too large. It causes burnout for both the contributors and maintainers. The UI can be improved in a later PR, and this is not a small ask since we don't have any patterns in place for resolution inputs currently. The old resolution input also did not have any input validation and strictly relied on the user entering the values correctly. |
As RA has stated, this will be UI for the 1st iteration. You are welcome to improve it later on as I'm already burned out and no longer plan to work on a feature that I would not be even using in the end. EDIT: |
f360e18
to
ce49348
Compare
ce49348
to
6dd9b97
Compare
Quality Gate failedFailed conditions See analysis details on SonarQube Cloud Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE |
Description
This is part 3 of #3441.
This PR adds an option to remap requested resolution and/or FPS to another resolution and/or refresh rate.
Screenshot
When remapping is possible for both:
When remapping is possible for only resolution:
When remapping is possible for only FPS:
Type of Change
.github/...
)Checklist