mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-21 21:30:20 +07:00
Increase mod search request page size (#7377)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user