mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
parent
bd5984ca82
commit
4b87a3e58e
@ -41,7 +41,7 @@ namespace
|
||||
|
||||
auto nameList = groupPath.split("/", QString::SkipEmptyParts);
|
||||
// Skip over first group name if root
|
||||
if (nameList.first().compare("root", Qt::CaseInsensitive)) {
|
||||
if (nameList.first().compare("root", Qt::CaseInsensitive) == 0) {
|
||||
nameList.removeFirst();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user