fixed hibernate button

This commit is contained in:
WanderingPenwing 2024-08-01 02:49:32 +02:00
parent e61bcac22b
commit 72f8432a34
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ RowLayout {
RoundButton {
text: modelData[1]
font.family: config.Font
font.pointSize: root.font.pointSize * 1
font.pointSize: root.font.pointSize * 2
Layout.alignment: Qt.AlignHCenter
display: AbstractButton.TextUnderIcon
visible: config.ForceHideSystemButtons != "true" && modelData[2]

View file

@ -129,7 +129,7 @@ TranslateLoginFailedWarning=""
TranslateCapslockWarning=""
TranslateSession=""
TranslateSuspend=" "
TranslateHibernate=" "
TranslateHibernate=" "
TranslateReboot=" "
TranslateShutdown=" "
TranslateVirtualKeyboardButton=""