Skip to content

Commit

Permalink
do not show fc shutdown button
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael committed Dec 10, 2023
1 parent 79437cd commit d2a87f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/ui/configpopup/status/FooterRebootShutdownWarning.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit d2a87f3

Please sign in to comment.