diff --git a/Makefile b/Makefile index f916a5a..267bc1f 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,9 @@ ARCHITECTURES := arm arm64 PLATFORMS := rg35xxplus tg5040 JQ_VERSION ?= 1.7.1 -MINUI_LIST_VERSION := 0.7.0 +MINUI_LIST_VERSION := 0.10.1 MINUI_BTNTEST_VERSION := 0.5.0 -MINUI_PRESENTER_VERSION := 0.4.0 +MINUI_PRESENTER_VERSION := 0.7.0 clean: rm -f bin/*/jq || true diff --git a/launch.sh b/launch.sh index 79d5a39..40283d9 100644 --- a/launch.sh +++ b/launch.sh @@ -192,7 +192,7 @@ main_screen() { fi fi - minui-list --file "$minui_list_file" --format json --title "$HUMAN_READABLE_NAME" --confirm-text "SAVE" --item-key "settings" --stdout-value state + minui-list --file "$minui_list_file" --format json --title "$HUMAN_READABLE_NAME" --confirm-text "SAVE" --item-key "settings" --write-value state } cleanup() {