Vault selector and settings button is gone

What I’m trying to do

Files section normally contains a vault selector and setting button. Like this
Screenshot from 2024-08-16 14-48-37

But in my oldest vault it’s missing, like this:
Screenshot from 2024-08-16 14-58-17

I would like to return it, it’s a part of standart interface and often I get lost without it.

Things I have tried

  • I thought it was related to “minimal theme”, but I have completely turn it off and revert back to “default” theme and it’s still not showing.
  • I played with all settings in “Appearance” section of settings, but nothing really changed.
  • If I create new vault vault switcher is there, but I can’t find a way to enabled it for old vault. Resetting is not an option, I have bunch of plugin I heavily rely on.

Any tips please?

Try updating your themes and plugins. It may sort it out.

Thanks for a proposal.

Did this as well, but unfortunately with no luck.

you may have activated a snippet like this

.workspace-sidedock-vault-profile {
  display: none !important;
}

but you’ve forgotten?

…or is that vault on another pc/platform where you didn’t update the software…?

Have you tried restarting the app in case it’s a random glitch?

The problem persists even after restart of machine.

Thank you for the tip with a name of a css property.

I managed to track down source of a problem - it was introduced with a hider plugin.

Disabled it completely and vault selector appeared as expected!

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.