flecs
flecs copied to clipboard
[Feature Request]: Option to disable hardware media key handling or general feature config
Preflight Checklist
- [X] I use the latest version of YouTube Music (Application).
- [X] I have searched the issue tracker for a feature request that matches the one I want to file, without success.
Problem Description
It would be nice to disable the huge media popup when using audio keys.
Proposed Solution
This can be done by adding HardwareMediaKeyHandling to disabled features @
app.commandLine.appendSwitch('disable-features', disabledFeatures.join());
Alternatives Considered
Make an option for this specific setting or: Maybe even allow us to set enabled and disabled features inside the config.json
Additional Information
As a workaround for windows I'm using https://github.com/ModernFlyouts-Community/ModernFlyouts to disable all audio popup overlays