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 f53c7e5af5
commit 8a32b3bc5e

View file

@ -330,6 +330,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;