mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-06-25 06:30:37 -04:00
Updated screenshots. Updated colormode log info.
This commit is contained in:
parent
7bc5d91b2d
commit
0cd715027d
4 changed files with 1 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 98 KiB |
Binary file not shown.
Before Width: | Height: | Size: 118 KiB After Width: | Height: | Size: 84 KiB |
Binary file not shown.
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 87 KiB |
|
@ -124,7 +124,7 @@ class TextUI:
|
||||||
# TODO: Probably remove this at some point when better terminal
|
# TODO: Probably remove this at some point when better terminal
|
||||||
# color capability detection has been implemented
|
# color capability detection has been implemented
|
||||||
if colormode > 16:
|
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)
|
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, _override_destination = True)
|
||||||
|
|
||||||
self.set_colormode(colormode)
|
self.set_colormode(colormode)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue