mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-12-17 23:04:24 +01:00
Added Text UI color mode notice on startup
This commit is contained in:
@@ -80,6 +80,10 @@ class TextUI:
|
|||||||
if intro_timeout > 0:
|
if intro_timeout > 0:
|
||||||
self.loop.set_alarm_in(intro_timeout, self.display_main)
|
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)
|
self.set_colormode(colormode)
|
||||||
|
|
||||||
self.loop.run()
|
self.loop.run()
|
||||||
|
|||||||
Reference in New Issue
Block a user