A new "vault selector" control has appeared at the bottom of the files list. How do I get rid of it?

I rarely switch vaults, certainly not enough to warrant stealing space from the files list.

Thanks for any assistance.

1 Like

You can create a CSS Snippet with the following:

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

Perfect, thank you!

I realize this may be unhelpful grousing, but I want to pile on with @EddieBird: I find this control rather tacky. Usually when you have a selector like this, changing the selection does not open a new window. My first thought when I saw it was, I don’t want to change which vault I have open in this window, so I went looking for another way to open another vault. Having a new window pop open when I choose another vault here is bad UI design. There should be a better solution to this problem than this.

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