Playnite icon indicating copy to clipboard operation
Playnite copied to clipboard

Add ability to move extension specific menu options to a grouped subsection on an individual basis

Open cnapolit opened this issue 2 years ago • 0 comments

Feature description

As extensions continue to be released, bloat within the game/main menus will become a greater issue. One potential solution is to allow the ability to move extension specific menu options into a grouped subsection:

// Current Behavior

game menu -> ExtensionOptionInMenu        -> SomeOptions...
          -> AnotherExtensionOptionInMenu -> SomeOptions...
          -> SomeExtensionOptionInMenu    -> SomeOptions...

// New Behavior with functionality enabled for 'AnotherExtensionOptionInMenu' & 'SomeExtensionInMenu'

game menu -> ExtensionOptionInMenu -> SomeOptions...
          -> Extensions            -> AnotherExtensionOptionInMenu -> SomeOptions...
                                   -> SomeExtensionInMenu          -> SomeOptions...

This could be supported in the UI via a list of extensions that can be toggled individually to indicate whether to hide the menu options or not. It may be worth having two toggles, one for each menu (game/main).

Screenshots

No response

cnapolit avatar Jun 21 '22 16:06 cnapolit