mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add setting to disable Content tab update indicator (#14827)
This commit is contained in:
parent
768fd4adee
commit
60f8c02e18
3 changed files with 6 additions and 1 deletions
|
@ -402,6 +402,7 @@ void set_default_settings()
|
|||
|
||||
// ContentDB
|
||||
settings->setDefault("contentdb_url", "https://content.minetest.net");
|
||||
settings->setDefault("contentdb_enable_updates_indicator", "true");
|
||||
settings->setDefault("contentdb_max_concurrent_downloads", "3");
|
||||
|
||||
#ifdef __ANDROID__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue