Skip to content

Commit 8a32b3b

Browse files
varjolintudroidmonkey
authored andcommitted
Explicitly allow access to newly created browser group
1 parent f53c7e5 commit 8a32b3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/browser/BrowserService.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ QJsonObject BrowserService::createNewGroup(const QString& groupName, bool isPass
330330
}
331331
#endif
332332
name = newGroup->name();
333+
newGroup->setCustomDataTriState(BrowserService::OPTION_HIDE_ENTRY, Group::Disable);
333334
uuid = Tools::uuidToHex(newGroup->uuid());
334335
previousGroup = newGroup;
335336
continue;

0 commit comments

Comments
 (0)