Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit 14a6db6

Browse files
committed
fix: reset enabled patches on source change
closes #144
1 parent e02b819 commit 14a6db6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/source.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ changeSource() {
1616
[ "$SOURCE" == "$SELECTED_SOURCE" ] && return
1717
SOURCE="$SELECTED_SOURCE"
1818
setEnv SOURCE "$SOURCE" update .config
19-
unset AVAILABLE_PATCHES APPS_INFO APPS_LIST AVAILABLE_PATCHES
19+
unset AVAILABLE_PATCHES APPS_INFO APPS_LIST ENABLED_PATCHES
2020
}

0 commit comments

Comments
 (0)