Ozone + MaterialUI: Add option to only show sublabel for selected entry - #19431
Open
Ryunam wants to merge 1 commit into
Open
Ozone + MaterialUI: Add option to only show sublabel for selected entry#19431Ryunam wants to merge 1 commit into
Ryunam wants to merge 1 commit into
Conversation
Ryunam
force-pushed
the
current_sel_only
branch
from
August 18, 2026 10:57
2622bc1 to
84dcc56
Compare
Ryunam
force-pushed
the
current_sel_only
branch
from
August 18, 2026 11:24
84dcc56 to
faff3a7
Compare
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.
Description
A quick look at the XMB menu driver (which I don't use that much anymore) got me thinking about a nice little customization option for both Ozone and MaterialUI (especially the former), which I think looks quite nice and is pretty convenient to have for experienced users.
This PR adds a new option under Settings -> User Interface -> Appearance -> Menu Item Visibility, called "Show Menu Sub-Labels only for Current Selection". It is only visible when using either the Ozone or the MaterialUI menu driver and it defaults to OFF.
Enabling it makes the menu display the respective sublabels only for the currently highlighted menu entry/option.
The advantage of this implementation is in having the best of both worlds:
It works particularly well with Ozone, where as a consequence of the selective display of sublabels the adjusted spacing of the menu provides a more compact view at a glance.
This is how it looks on Ozone:

2026-08-18.12-43-17.mp4
This is how it looks on MaterialUI, where the advantage is much less notable due to the way the menu entries are spaced by default:
Despite the minor improvement gained with it on MaterialUI, I decided to implement the option there as well, for the sake of consistency and for potential future benefits that might affect the menu driver.
Reviewers
@LibretroAdmin