Skip to content

Commit

Permalink
Revert "do not show fc shutdown button"
Browse files Browse the repository at this point in the history
This reverts commit d2a87f3.
  • Loading branch information
raphaelscholle committed Dec 10, 2023
1 parent d2a87f3 commit d9adbf8
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 && !m_supports_reboot_actions==2
visible: get_show_power_actions() && m_supports_reboot_actions
Layout.alignment: Qt.AlignRight
Layout.rightMargin: 10
text: qsTr("SHUTDOWN")
Expand Down

0 comments on commit d9adbf8

Please sign in to comment.