Fix TopX-Like layout

This commit is contained in:
Rokosun 2022-09-28 00:22:06 +02:00
parent 22a7fc4321
commit cb46fe6fcb
1 changed files with 2 additions and 2 deletions

View File

@ -45,9 +45,9 @@ yad --no-buttons --center --keep-icon-size --separator='' --use-interp --title '
)
case "$choice" in
'Windows-Like'|'MX-Like'|'Gnome-Like')
'Windows-Like'|'MX-Like'|'Gnome-Like'|'TopX-Like')
disable-top-bar-integration ;;
'Unity-Like'|'MacOS-Like'|'TopX-Like')
'Unity-Like'|'MacOS-Like')
enable-top-bar-integration ;;
*) exit ;;
esac