diff --git a/qml/ui/configpopup/status/FooterRebootShutdownWarning.qml b/qml/ui/configpopup/status/FooterRebootShutdownWarning.qml index 8a6d582b8..4814bc029 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 + visible: get_show_power_actions() && m_supports_reboot_actions && !m_supports_reboot_actions==2 Layout.alignment: Qt.AlignRight Layout.rightMargin: 10 text: qsTr("SHUTDOWN")