Add back support for '$gtk2/3'
This commit is contained in:
parent
438d5e0542
commit
5446b6afd5
4
fetch
4
fetch
|
@ -1178,6 +1178,10 @@ getgtk () {
|
|||
;;
|
||||
esac
|
||||
|
||||
# Toggle visibility of gtk themes.
|
||||
[ "$gtk2" == "off" ] && unset gtk2theme
|
||||
[ "$gtk3" == "off" ] && unset gtk3theme
|
||||
|
||||
# Format the string based on which themes exist
|
||||
if [ "$gtk2theme" ] && [ "$gtk2theme" == "$gtk3theme" ]; then
|
||||
gtk3theme+=" [GTK2/3]"
|
||||
|
|
Reference in New Issue