mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 13:37:43 +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);
|
auto nameList = groupPath.split("/", QString::SkipEmptyParts);
|
||||||
// Skip over first group name if root
|
// Skip over first group name if root
|
||||||
if (nameList.first().compare("root", Qt::CaseInsensitive)) {
|
if (nameList.first().compare("root", Qt::CaseInsensitive) == 0) {
|
||||||
nameList.removeFirst();
|
nameList.removeFirst();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue