allow the conflicts dialog to close

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
Matthieu Gallien 2023-05-04 12:29:54 +02:00 committed by Matthieu Gallien
parent 30bba4c906
commit 382a58c6bd

View file

@ -37,7 +37,7 @@ QtWindow.Window {
title: qsTr('Solve sync conflicts')
onClosing: function(close) {
Systray.destroyDialog(root);
Systray.destroyDialog(self);
close.accepted = true
}