Skip to content
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

[Feature] Option to disable Windows 10 media OSD #371

Closed
AH-2004 opened this issue Aug 7, 2021 · 6 comments
Closed

[Feature] Option to disable Windows 10 media OSD #371

AH-2004 opened this issue Aug 7, 2021 · 6 comments

Comments

@AH-2004
Copy link

AH-2004 commented Aug 7, 2021

maybe a plugin or option in the menu to disable this:
image

@AH-2004
Copy link
Author

AH-2004 commented Aug 9, 2021

Nvm I just added app.commandLine.appendSwitch('disable-features', 'MediaSessionService'); under const app = electron.app; and that got the job done.

@AH-2004 AH-2004 closed this as completed Aug 9, 2021
@jcl4068
Copy link

jcl4068 commented Oct 5, 2021

Hello,

Could you run through how you removed the WIndows 10 media OSD?

@AH-2004
Copy link
Author

AH-2004 commented Oct 7, 2021

@jcl4068 you need to go into index.js and add this code app.commandLine.appendSwitch('disable-features', 'MediaSessionService'); under the part where is it says const app = electron.app; it should be around line 20 - 25

@jcl4068
Copy link

jcl4068 commented Oct 11, 2021

Sorry, how do I find index.js on my computer?

@Araxeus
Copy link
Collaborator

Araxeus commented Oct 15, 2021

How much people actually want to get rid of it?

this seems pretty niche but I can open a pr if enough people want this

@Araxeus
Copy link
Collaborator

Araxeus commented Oct 25, 2021

PR #243 added an option which can disable the overlay
in menu - plugins - shortcuts - Override MediaKeys

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants