mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 06:55:59 +03:00
allow the conflicts dialog to close
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
parent
30bba4c906
commit
382a58c6bd
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ QtWindow.Window {
|
||||||
title: qsTr('Solve sync conflicts')
|
title: qsTr('Solve sync conflicts')
|
||||||
|
|
||||||
onClosing: function(close) {
|
onClosing: function(close) {
|
||||||
Systray.destroyDialog(root);
|
Systray.destroyDialog(self);
|
||||||
close.accepted = true
|
close.accepted = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue