We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7d546 commit 52c2b17Copy full SHA for 52c2b17
.scripts/menu_options_package_manager.sh
@@ -43,9 +43,9 @@ menu_options_package_manager() {
43
while true; do
44
local -a Opts=()
45
for Tag in "${PM_Tag[@]-}"; do
46
- local ItemColor="${DC["ListApp"]-}"
+ local ItemColor="${DC["ListAppUserDefined"]-}"
47
if run_script 'package_manager_exists' "${PM_PackageManager["${Tag}"]}"; then
48
- ItemColor="${DC["ListAppUserDefined"]-}"
+ ItemColor="${DC["ListApp"]-}"
49
fi
50
if [[ ${PM_PackageManager["${Tag}"]} == "${CurrentPackageManager}" ]]; then
51
Opts+=("${Tag}" "${ItemColor}${PM_Item["${Tag}"]}" ON)
0 commit comments