1
0

qml: fix recoverable channels setting

This commit is contained in:
Sander van Grieken
2023-04-17 11:40:09 +02:00
parent 25c59f700c
commit 93ef013111

View File

@@ -294,7 +294,7 @@ Pane {
yesno: true yesno: true
}) })
dialog.accepted.connect(function() { dialog.accepted.connect(function() {
Config.useRecoverableChannels = False Config.useRecoverableChannels = false
}) })
dialog.rejected.connect(function() { dialog.rejected.connect(function() {
checked = true // revert checked = true // revert