Fix TopX-Like layout
This commit is contained in:
parent
22a7fc4321
commit
cb46fe6fcb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user