1
0
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:
Tw93
2025-11-21 09:56:23 +08:00
parent 3766906424
commit de190309ab
2 changed files with 2 additions and 2 deletions

View File

@@ -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=""

View File

@@ -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=()