mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Explicitly allow access to newly created browser group
This commit is contained in:
committed by
Jonathan White
parent
f53c7e5af5
commit
8a32b3bc5e
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user