add config/defaults.toml

This commit is contained in:
MihailRis
2024-10-14 02:56:33 +03:00
parent de00414456
commit 04e490c896
9 changed files with 21 additions and 16 deletions
+1
View File
@@ -0,0 +1 @@
generator = "core:default"
+1
View File
@@ -0,0 +1 @@
generator = "base:demo"
+1 -1
View File
@@ -29,7 +29,7 @@ function on_open()
"%s [%s]", gui.str("Content", "menu"), #pack.get_installed()
)
if settings.generator == nil then
settings.generator = core.get_default_generator()
settings.generator = generation.get_default_generator()
end
document.generator_btn.text = string.format(
"%s: %s",