mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-01-26 22:27:02 -05:00
Added Text UI color mode notice on startup
This commit is contained in:
parent
8bb135c803
commit
7ad117a774
@ -79,6 +79,10 @@ class TextUI:
|
||||
|
||||
if intro_timeout > 0:
|
||||
self.loop.set_alarm_in(intro_timeout, self.display_main)
|
||||
|
||||
# TODO: Probably remove this at some point when better terminal
|
||||
# color capability detection has been implemented
|
||||
RNS.log("Starting Text UI in "+str(colormode)+" color mode. If no UI appears, try adjusting your color settings in "+str(self.app.configdir)+"/config", RNS.LOG_INFO)
|
||||
|
||||
self.set_colormode(colormode)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user