qml: fix recoverable channels setting
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user