mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-26 00:05:34 -04:00
Explicitly allow access to newly created browser group
This commit is contained in:
parent
f53c7e5af5
commit
8a32b3bc5e
1 changed files with 1 additions and 0 deletions
|
@ -330,6 +330,7 @@ QJsonObject BrowserService::createNewGroup(const QString& groupName, bool isPass
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
name = newGroup->name();
|
name = newGroup->name();
|
||||||
|
newGroup->setCustomDataTriState(BrowserService::OPTION_HIDE_ENTRY, Group::Disable);
|
||||||
uuid = Tools::uuidToHex(newGroup->uuid());
|
uuid = Tools::uuidToHex(newGroup->uuid());
|
||||||
previousGroup = newGroup;
|
previousGroup = newGroup;
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue