mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Content store: Add setting to filter non-free packages (#7766)
Defaulting to hiding in order to help with Debian/etc distribution. This could be changed at a later date.
This commit is contained in:
parent
bd81b5e4c8
commit
b1112f663b
2 changed files with 5 additions and 2 deletions
|
@ -285,6 +285,7 @@ void set_default_settings(Settings *settings)
|
|||
settings->setDefault("font_size", font_size_str);
|
||||
settings->setDefault("mono_font_size", font_size_str);
|
||||
settings->setDefault("contentdb_url", "https://content.minetest.net");
|
||||
settings->setDefault("show_nonfree_packages", "false");
|
||||
|
||||
|
||||
// Server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue