Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
namiaro
4 years agoFrequent Contributor
Set default Collection
Hey, is there a way to set one of my Collections as a default so that it will be selected / turned on everytime I open 1P8? It's a bit annoying doing this manually all of the time.
Windows 11, 1P8...
namiaro
4 years agoFrequent Contributor
Hey @"jack.platten"
Thanks for the ansewer.
When i change the Collection the value of "ui.routes.lastUsedRoute"
changes
from
"{\"type\":\"ItemList\",\"content\":{\"unlockedRoute\":{\"collectionUuid\":\"VALUE1\"},\"itemListType\":{\"type\":\"AllItems\"},\"category\":null,\"sortBehavior\":null}}",
to
"{\"type\":\"ItemList\",\"content\":{\"unlockedRoute\":{\"collectionUuid\":\"VALUE2\"},\"itemListType\":{\"type\":\"AllItems\"},\"category\":null,\"sortBehavior\":null}}",
(where VALUE1/VALUE2 is alphanumeric text string)
but when I lock/unlock or close/open 1p again, "ui.routes.lastUsedRoute"
resets to VALUE1.
I've just reinstalled 1p, updated to 80500064 (and deleted old %localappdata%\1Password folder), but the problem still exists.
settings.json
looks like this:
{
"updates.updateChannel": "NIGHTLY",
"advanced.EnableDebuggingTools": true,
"itemDetails.showWebFormDetails": true,
"updates.autoUpdate": false,
"app.theme": "dark",
"ui.routes.lastUsedRoute": "{\"type\":\"ItemList\",\"content\":{\"unlockedRoute\":{\"collectionUuid\":\"VALUE1\"},\"itemListType\":{\"type\":\"AllItems\"},\"category\":null,\"sortBehavior\":null}}",
"security.autolock.minutes": 60
}