fix(launcher): désactiver le cache wofi qui réordonnait les items en favoris
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user