Checkbox to move performance overlay to the bottom#292
Merged
ClassicOldSong merged 2 commits intoClassicOldSong:moonlight-noirfrom Jul 17, 2025
Merged
Checkbox to move performance overlay to the bottom#292ClassicOldSong merged 2 commits intoClassicOldSong:moonlight-noirfrom
ClassicOldSong merged 2 commits intoClassicOldSong:moonlight-noirfrom
Conversation
Owner
ClassicOldSong
left a comment
There was a problem hiding this comment.
Other than this, everything else LGTM
app/src/main/java/com/limelight/preferences/PreferenceConfiguration.java
Outdated
Show resolved
Hide resolved
Owner
|
Great, thanks for the contribution! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A checkbox to move the performance overlay to the bottom - when enabled, the performance overlay will be moved to the bottom of the screen. Particularly useful when it interferes with the stream - this can move it to the black bars at the bottom and clean up the stream.
This is a much slicker version of the previous pull request I made - changing a single layout parameter after an IF statement, whenever the overlay is set to visible. This one is only 17 added lines; the previous one was 117 lines and several deletions.
p.s. ClassicOldSong was right - chatgpt made it so easy to find a quick way to change the relevant layout parameter on the fly.