mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2025-12-12 16:48:00 -08:00
change continue to use search history so sorting works as intended
This commit is contained in:
@@ -114,7 +114,7 @@ get_quality() {
|
||||
if ((IS_ROFI == 1)); then
|
||||
selection=$(rofi -dpi "$DPI" -dmenu -config "$CFG_FILE" \
|
||||
-l 6 -selected-row 0 -a 0 \
|
||||
-theme-str 'listview {columns: 1;} window {width: 20%;}' \
|
||||
-theme-str 'listview {columns: 1;} window {width: 25%;}' \
|
||||
-p "Choose video quality:" \
|
||||
-sep '|' -only-match <<< "$QUALITIES")
|
||||
QUALITY=$(awk '{print $2}' <<< "$selection")
|
||||
|
||||
Reference in New Issue
Block a user