diff --git a/gui b/gui index 02970c2..056be01 100755 --- a/gui +++ b/gui @@ -24,9 +24,9 @@ if [ ! -z "$1" ];then fi #hide wine on twisteros -if [ -f /usr/local/bin/twistver ] && ! grep -q "Wine (x86)|Tools" "${DIRECTORY}/data/categories/structure" ;then +(if [ -f /usr/local/bin/twistver ] && ! grep -q "Mac OS Theme|Eyecandy" "${DIRECTORY}/data/categories/structure" ;then "${DIRECTORY}/install" -fi +fi) & install() { app="$1" diff --git a/install b/install index c9d5fda..3be1fd0 100755 --- a/install +++ b/install @@ -118,7 +118,8 @@ Windows 10 Theme Chromium Widevine Back to Chromium v78 Lightpad -Wine (x86)" +Wine (x86) +Mac OS Theme" for app in $apps ;do "${DIRECTORY}/etc/categoryedit" "$app" 'hidden' >/dev/null done