Home > Back-end >  I hide commandCenter, how can I reopen them
I hide commandCenter, how can I reopen them

Time:11-24

I set window.commandCenter: true, but I accidentally hide launch Command Center Go Back Go Forward.

Now when I right-click the title bar, there is nothing about them.

It used to be like this screen shot attached

CodePudding user response:

You can try resetting all menus with the command:

View: Reset All Menus

When I do that it successfully brings back the Command Center and Go Forward/Back buttons but it puts them off-center which a reload fixes.

If you have hidden any other buttons/icons in the UI those will be reset too of course.

  • Related