Fixed Devices button not working on the controller page
This commit is contained in:
@@ -4,6 +4,8 @@ import QtQuick.Layouts
|
||||
import EVChargerApp
|
||||
|
||||
Page {
|
||||
signal closeRequested()
|
||||
|
||||
function backPressed() {
|
||||
return false
|
||||
}
|
||||
@@ -36,7 +38,7 @@ Page {
|
||||
Layout.fillHeight: true
|
||||
|
||||
text: qsTr("Devices")
|
||||
onClicked: loader.close()
|
||||
onClicked: closeRequested()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user