Added System Preferences

This commit is contained in:
jimbo2k2
2022-09-15 20:28:10 +01:00
committed by GitHub
parent 17da85ef30
commit d7e535487f

View File

@@ -142,7 +142,12 @@ if [[ " $@ " =~ "mosyless" ]]; then
APPPA="/Applications"
DOCKPOS=2
fi
# SYSTEM PREFERENCES
if [[ " $@ " =~ "systempreferences" ]]; then
APPNA="System Preferences"
APPPA="/Applications"
DOCKPOS=end
fi
# ********************************************************************************************************************************