Explicitly allow access to newly created browser group

This commit is contained in:
varjolintu 2025-05-22 18:28:43 +03:00 committed by Jonathan White
parent 3f521bb78c
commit 969b56d3ff
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01

View file

@ -329,6 +329,7 @@ QJsonObject BrowserService::createNewGroup(const QString& groupName, bool isPass
}
#endif
name = newGroup->name();
newGroup->setCustomDataTriState(BrowserService::OPTION_HIDE_ENTRY, Group::Disable);
uuid = Tools::uuidToHex(newGroup->uuid());
previousGroup = newGroup;
continue;