1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-17 10:25:21 +02:00

Refactor ContentDB integration (#14507)

This commit is contained in:
rubenwardy
2024-04-09 21:18:40 +02:00
committed by GitHub
parent cc1bfc6d03
commit 284f6d3682
12 changed files with 1356 additions and 1244 deletions

View File

@@ -93,7 +93,7 @@ local function buttonhandler(this, fields)
local maintab = ui.find_by_name("maintab")
local dlg = create_store_dlg(nil, "minetest/minetest")
local dlg = create_contentdb_dlg(nil, "minetest/minetest")
dlg:set_parent(maintab)
maintab:hide()
dlg:show()
@@ -126,5 +126,3 @@ function create_reinstall_mtg_dlg()
buttonhandler, eventhandler)
return dlg
end