mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Add group to root
This commit is contained in:
@@ -177,6 +177,7 @@ class DatabaseInputKDB(cacheDirectory: File)
|
|||||||
val newRoot = mDatabase.createGroup()
|
val newRoot = mDatabase.createGroup()
|
||||||
newRoot.level = -1
|
newRoot.level = -1
|
||||||
mDatabase.rootGroup = newRoot
|
mDatabase.rootGroup = newRoot
|
||||||
|
mDatabase.addGroupIndex(newRoot)
|
||||||
|
|
||||||
// Import all nodes
|
// Import all nodes
|
||||||
var newGroup: GroupKDB? = null
|
var newGroup: GroupKDB? = null
|
||||||
|
|||||||
Reference in New Issue
Block a user