mirror of
https://github.com/QRouland/UTPass.git
synced 2026-01-10 03:26:57 +00:00
Ensure that key and zip are deleted after import
This commit is contained in:
@@ -89,11 +89,10 @@ Page {
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
text: {
|
||||
if (!model.modelData) {
|
||||
if (!model.modelData)
|
||||
"";
|
||||
} else {
|
||||
else
|
||||
model.modelData.keyid;
|
||||
}
|
||||
}
|
||||
color: theme.palette.normal.backgroundText
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user