mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-12 15:59:58 -05:00
parent
194409abd6
commit
f60601fa67
@ -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…
Reference in New Issue
Block a user