mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 05:46:43 -04:00
Increase mod search request page size (#7377)
This commit is contained in:
parent
9fd85edb72
commit
ce5f0dd879
@ -67,7 +67,7 @@ class ModManagementScreen(
|
||||
private val modActionTable = Table().apply { defaults().pad(10f) }
|
||||
private val optionsManager = ModManagementOptions(this)
|
||||
|
||||
val amountPerPage = 30
|
||||
val amountPerPage = 100
|
||||
|
||||
private var lastSelectedButton: Button? = null
|
||||
private var lastSyncMarkedButton: Button? = null
|
||||
|
Loading…
x
Reference in New Issue
Block a user