mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 12:37:39 +03:00
parent
194409abd6
commit
f60601fa67
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue