Index: sources/gui/qml/pages/SettingsHome.qml =================================================================== diff -u -rf623529d6ec25b555f3ac2248d71fc2b5e7063d6 -rfbeafa0714f065bce0403e2e8ce68f6d8fbea6bd --- sources/gui/qml/pages/SettingsHome.qml (.../SettingsHome.qml) (revision f623529d6ec25b555f3ac2248d71fc2b5e7063d6) +++ sources/gui/qml/pages/SettingsHome.qml (.../SettingsHome.qml) (revision fbeafa0714f065bce0403e2e8ce68f6d8fbea6bd) @@ -1,6 +1,6 @@ /*! * - * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. + * Copyright (c) 2019-2019 Diality Inc. - All Rights Reserved. * \copyright \n * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, \n * IN PART OR IN WHOLE, \n @@ -31,6 +31,7 @@ TouchRect { id : _poweroff width: 150 height: Variables.logoHeight + animated: true anchors { top : parent.top right : parent.right @@ -39,7 +40,7 @@ } text.text: qsTr("Shutdown") button.onPressed: { - _GuiView.doActionRequest(GuiActions.PowerOff) + _GuiView.doActionTransmit(GuiActions.PowerOff, GuiActions.NoData) } } Column {