Fix emoji add button being unavailable

This commit is contained in:
Jan Bidler
2022-08-25 13:08:57 +02:00
committed by Tobias Fella
parent d4d99284cc
commit 1ac79273b6

View File

@@ -102,7 +102,6 @@ Kirigami.ScrollablePage {
this.fileDialog = null
})
this.fileDialog.onRejected.connect(() => {
rej()
this.fileDialog = null
})
this.fileDialog.open()