mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 16:14:44 +00:00
The window is enlarged to 12.
This commit is contained in:
@@ -44,7 +44,7 @@ paginated_multi_select() {
|
||||
fi
|
||||
|
||||
local total_items=${#items[@]}
|
||||
local items_per_page=10
|
||||
local items_per_page=12
|
||||
local cursor_pos=0
|
||||
local top_index=0
|
||||
local filter_query=""
|
||||
|
||||
@@ -24,7 +24,7 @@ paginated_multi_select() {
|
||||
fi
|
||||
|
||||
local total_items=${#items[@]}
|
||||
local items_per_page=15
|
||||
local items_per_page=12
|
||||
local cursor_pos=0
|
||||
local top_index=0
|
||||
local -a selected=()
|
||||
|
||||
Reference in New Issue
Block a user