mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-07 16:45:04 -04:00
Modified color-mode notice on startup
This commit is contained in:
parent
0783b21272
commit
3c949ce73e
1 changed files with 2 additions and 1 deletions
|
@ -83,7 +83,8 @@ class TextUI:
|
|||
|
||||
# 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)
|
||||
if colormode > 16:
|
||||
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…
Add table
Add a link
Reference in a new issue