Hide Mac OS Theme on TwisterOS

pull/429/head
Botspot 3 years ago
parent 68f8475d92
commit 116ce21d86

4
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"

@ -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

Loading…
Cancel
Save