mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-17 13:20:25 -04:00
Added configuration section to guide
This commit is contained in:
parent
4ff99688de
commit
f7b6bd8d71
3 changed files with 205 additions and 2 deletions
|
@ -512,6 +512,9 @@ class NomadNetworkApp:
|
|||
else:
|
||||
self.config["textui"]["intro_time"] = self.config["textui"].as_int("intro_time")
|
||||
|
||||
if not "intro_text" in self.config["textui"]:
|
||||
self.config["textui"]["intro_text"] = "Nomad Network"
|
||||
|
||||
if not "editor" in self.config["textui"]:
|
||||
self.config["textui"]["editor"] = "editor"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue