removed invalid code, and fixed top button hidden-shown
This commit is contained in:
parent
a75bd07cd8
commit
d0f8358431
14 changed files with 58 additions and 63 deletions
|
@ -91,7 +91,7 @@ PageType {
|
|||
questionDrawer.noButtonText = qsTr("Cancel")
|
||||
|
||||
questionDrawer.yesButtonFunction = function() {
|
||||
questionDrawer.onClose()
|
||||
questionDrawer.close()
|
||||
SettingsController.primaryDns = "1.1.1.1"
|
||||
primaryDns.textFieldText = SettingsController.primaryDns
|
||||
SettingsController.secondaryDns = "1.0.0.1"
|
||||
|
@ -99,7 +99,7 @@ PageType {
|
|||
PageController.showNotificationMessage(qsTr("Settings have been reset"))
|
||||
}
|
||||
questionDrawer.noButtonFunction = function() {
|
||||
questionDrawer.onClose()
|
||||
questionDrawer.close()
|
||||
}
|
||||
questionDrawer.open()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue