From f79c94e9e2e1f271c35b0078cebc4cc77f3009dc Mon Sep 17 00:00:00 2001 From: Evgenii Alekseev Date: Sun, 5 May 2024 15:55:03 +0300 Subject: [PATCH] fix: add buttons to import dialog --- sources/qml/ImportDialog.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/qml/ImportDialog.qml b/sources/qml/ImportDialog.qml index d294932..5d2f8ed 100644 --- a/sources/qml/ImportDialog.qml +++ b/sources/qml/ImportDialog.qml @@ -38,6 +38,7 @@ Item { Dialog { id: importSelection + standardButtons: Dialog.Ok | Dialog.Cancel Column { CheckBox {