mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
Little bug to remove addon
This commit is contained in:
parent
971f0c6e70
commit
440e40008a
@ -473,7 +473,7 @@ function addonMenu() {
|
||||
[ -z "${ADDON}" ] && continue
|
||||
for I in ${ADDON}; do
|
||||
unset ADDONS[${I}]
|
||||
deleteConfigKey "addons.${NAME}" "${USER_CONFIG_FILE}"
|
||||
deleteConfigKey "addons.${I}" "${USER_CONFIG_FILE}"
|
||||
done
|
||||
DIRTY=1
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user