Skip to content

Commit f79c94e

Browse files
committed
fix: add buttons to import dialog
1 parent 66baa78 commit f79c94e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sources/qml/ImportDialog.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Item {
3838

3939
Dialog {
4040
id: importSelection
41+
standardButtons: Dialog.Ok | Dialog.Cancel
4142

4243
Column {
4344
CheckBox {

0 commit comments

Comments
 (0)