qml: fix recoverable channels setting
This commit is contained in:
@@ -294,7 +294,7 @@ Pane {
|
||||
yesno: true
|
||||
})
|
||||
dialog.accepted.connect(function() {
|
||||
Config.useRecoverableChannels = False
|
||||
Config.useRecoverableChannels = false
|
||||
})
|
||||
dialog.rejected.connect(function() {
|
||||
checked = true // revert
|
||||
|
||||
Reference in New Issue
Block a user