fix(launcher): désactiver le cache wofi qui réordonnait les items en favoris

This commit is contained in:
Tetardtek
2026-02-23 11:42:31 +01:00
parent cdb160712c
commit 6b9598f8c2

View File

@@ -63,7 +63,8 @@ CHOICE=$(echo "$FULL_LIST" | \
--height 500 \
--x 16 \
--y 70 \
--location top_left)
--location top_left \
--cache-file=/dev/null)
[[ -z "$CHOICE" ]] && exit 0