1
0
mirror of https://github.com/QRouland/UTPass.git synced 2026-01-10 19:36:57 +00:00

Some bugs fix

This commit is contained in:
2025-01-20 15:03:28 +01:00
parent ebfc6f500d
commit 20aff3a404
4 changed files with 17 additions and 15 deletions

View File

@@ -33,6 +33,7 @@ Page {
anchors.left: parent.left
anchors.leftMargin: units.gu(2)
anchors.rightMargin: units.gu(2)
visible: folderModel.count == 0
Rectangle {
width: parent.width
@@ -70,6 +71,7 @@ Page {
anchors.right: parent.right
anchors.left: parent.left
spacing: 1
visible: folderModel.count != 0
model: FolderListModel {
id: folderModel