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 fi
#hide wine on twisteros #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" "${DIRECTORY}/install"
fi fi) &
install() { install() {
app="$1" app="$1"

@ -118,7 +118,8 @@ Windows 10 Theme
Chromium Widevine Chromium Widevine
Back to Chromium v78 Back to Chromium v78
Lightpad Lightpad
Wine (x86)" Wine (x86)
Mac OS Theme"
for app in $apps ;do for app in $apps ;do
"${DIRECTORY}/etc/categoryedit" "$app" 'hidden' >/dev/null "${DIRECTORY}/etc/categoryedit" "$app" 'hidden' >/dev/null
done done

Loading…
Cancel
Save