Update dockutil-labels.sh

This commit is contained in:
Michael
2023-06-27 19:57:53 +01:00
committed by GitHub
parent 31092237aa
commit 822b4d16f2

View File

@@ -318,6 +318,13 @@ if [[ " $@ " =~ "systempreferences" ]]; then
fi
# SYSTEM PREFERENCES
if [[ " $@ " =~ "systemsettings" ]]; then
APPNA="System Settings"
APPPA="/Applications"
fi
# LAUNCHPAD
if [[ " $@ " =~ "launchpad" ]]; then
APPNA="Launchpad"