copy paste failure

This commit is contained in:
Marcus 2023-05-03 00:41:27 +02:00
parent eb28591dcf
commit 6b43b59bc0
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
gxmessage "Reboot?" -title "Reboot?" -center -buttons Yes:0,No:1 -default No -font "bold 14" && systemctl reboot
</Program>
<Program label="Shutdown" icon="/usr/share/icons/Adwaita/scalable/emblems/emblem-system-symbolic.svg">
gxmessage "Shutdown?" -title "Shutdown?" -center -buttons Yes:0,No:1 -default No -font "bold 14" && systemctl reboot
gxmessage "Shutdown?" -title "Shutdown?" -center -buttons Yes:0,No:1 -default No -font "bold 14" && systemctl poweroff
</Program>
</RootMenu>