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

top toolbar does not show up when "In App Menu" is turned on #410

Closed
gord29 opened this issue Sep 20, 2021 · 8 comments
Closed

top toolbar does not show up when "In App Menu" is turned on #410

gord29 opened this issue Sep 20, 2021 · 8 comments
Labels
question Further information is requested

Comments

@gord29
Copy link

gord29 commented Sep 20, 2021

image
When i turn on "In App Menu", the bars at the top disappear. now I can't change or turn on or off the plugins. I tried clicking at the top for the menu to show up just in case if the text was just black but nothing happens.

UPDATE: It reappears when I try to play on fullscreen then close. now I have to do that every time I open the app.

@Araxeus
Copy link
Collaborator

Araxeus commented Sep 20, 2021

Did you maybe enable the "hide menu" option?

If so try pressing Escape or Alt

@66Ton99
Copy link

66Ton99 commented Oct 26, 2021

I enable the "hide menu" option and can't reach settings even in fullscreen.
MacBook 16" MacOS Big Sur 11.6
I remove all configs rm -rf ~/Library/Application\ Support/YouTube\ Music/ and reset everything to default

@Araxeus
Copy link
Collaborator

Araxeus commented Oct 26, 2021

I enable the "hide menu" option and can't reach settings even in fullscreen. MacBook 16" MacOS Big Sur 11.6

did you try the keys I mentioned in the comment above?

@66Ton99
Copy link

66Ton99 commented Oct 26, 2021

I enable the "hide menu" option and can't reach settings even in fullscreen. MacBook 16" MacOS Big Sur 11.6

did you try the keys I mentioned in the comment above?

Yes and they does not work. I sometimes see correct top toolbar but I can't click anything there

@Araxeus
Copy link
Collaborator

Araxeus commented Oct 26, 2021

open config.json in youtube music settings folder and change options:hideMenu to false
(or if needed, plugins:in-app-menu:enabled to false)
image

config.json folder path:

  • Windows: %AppData%/Youtube Music (MyUser/AppData/Roaming/Youtube Music)
  • Linux: ~/.config/Youtube Music
  • MacOS: ~/Library/Application\ Support/YouTube\ Music/config.json

here is the whole folder content:
image

@Araxeus
Copy link
Collaborator

Araxeus commented Oct 26, 2021

Wait @66Ton99 how did you enable the 'hide menu' option on macOS? 😮

Do you have this option in your menu? it should be disabled on macOS

youtube-music/menu.js

Lines 90 to 100 in a47c906

...(is.windows() || is.linux()
? [
{
label: "Hide menu",
type: "checkbox",
checked: config.get("options.hideMenu"),
click: (item) => {
config.set("options.hideMenu", item.checked);
},
},
]

@66Ton99
Copy link

66Ton99 commented Oct 26, 2021

Screenshot 2021-10-26 at 19 32 36

Yes, and it works almost as expected :)

And on macos: nano ~/Library/Application\ Support/YouTube\ Music/config.json

@Araxeus
Copy link
Collaborator

Araxeus commented Oct 26, 2021

electron_tVnJaV9niM

You actually don't have it... lol
how the hell did it get enabled in config if you don't have that option in menu

@JellyBrick JellyBrick closed this as not planned Won't fix, can't repro, duplicate, stale Oct 7, 2023
@JellyBrick JellyBrick added the question Further information is requested label Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants