Simplify code #2

Merged
tio merged 2 commits from rokosun-patch-1 into master 2022-09-27 22:33:37 +00:00
Showing only changes of commit cb46fe6fcb - Show all commits

View File

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