mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-16 18:01:40 +00:00
Add keyword based search to serverlist
This commit is contained in:
parent
f5070b4454
commit
f3bd4c405d
8 changed files with 113 additions and 23 deletions
|
@ -128,7 +128,7 @@ local function init_globals()
|
|||
end
|
||||
|
||||
-- Create main tabview
|
||||
local tv_main = tabview_create("maintab", {x = 12, y = 5.2}, {x = 0, y = 0})
|
||||
local tv_main = tabview_create("maintab", {x = 12, y = 5.4}, {x = 0, y = 0})
|
||||
|
||||
if PLATFORM == "Android" then
|
||||
tv_main:add(tabs.simple_main)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue