mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user