Added log display

This commit is contained in:
Mark Qvist 2021-06-30 22:17:21 +02:00
parent 48f3cd50c7
commit 8aec40fba2
6 changed files with 92 additions and 5 deletions

View file

@ -241,6 +241,9 @@ class NomadNetworkApp:
else:
self.config["textui"]["intro_time"] = self.config["textui"].as_int("intro_time")
if not "editor" in self.config["textui"]:
self.config["textui"]["editor"] = "editor"
if not "animation_interval" in self.config["textui"]:
self.config["textui"]["animation_interval"] = 1
else:
@ -324,6 +327,7 @@ user_interface = text
[textui]
# Amount of time to show intro screen
intro_time = 1
# Specify the number of colors to use
@ -341,6 +345,11 @@ colormode = 16
# colormode = 256
# colormode = 24bit
# What editor to use for editing text. By
# default the operating systems "editor"
# alias will be used.
editor = editor
[node]
enable_node = No