diff --git a/qml/ui/configpopup/status/FooterRebootShutdownWarning.qml b/qml/ui/configpopup/status/FooterRebootShutdownWarning.qml index 4814bc029..8a6d582b8 100644 --- a/qml/ui/configpopup/status/FooterRebootShutdownWarning.qml +++ b/qml/ui/configpopup/status/FooterRebootShutdownWarning.qml @@ -60,7 +60,7 @@ Item { } } Button{ - visible: get_show_power_actions() && m_supports_reboot_actions && !m_supports_reboot_actions==2 + visible: get_show_power_actions() && m_supports_reboot_actions Layout.alignment: Qt.AlignRight Layout.rightMargin: 10 text: qsTr("SHUTDOWN")