Index: sources/gui/qml/pages/SettingsHome.qml =================================================================== diff -u -r01cdcd9647c07963bf4a1cf1e477755dddb84c6c -r73091a6f5717c0fc88e236c06c618ad361f30a3c --- sources/gui/qml/pages/SettingsHome.qml (.../SettingsHome.qml) (revision 01cdcd9647c07963bf4a1cf1e477755dddb84c6c) +++ sources/gui/qml/pages/SettingsHome.qml (.../SettingsHome.qml) (revision 73091a6f5717c0fc88e236c06c618ad361f30a3c) @@ -51,15 +51,14 @@ TouchRect { id : _poweroffButton width: 150 height: Variables.logoHeight - animated: true anchors { top : parent.top right : parent.right topMargin : (Variables.headerHeight - Variables.logoHeight) / 2 rightMargin : (Variables.headerHeight - Variables.logoHeight) / 2 } text.text: qsTr("Shutdown") - button.onPressed: { + onPressed: { _GuiView.doActionTransmit(GuiActions.ID_PowerOff, GuiActions.NoData) } }