diff --git a/docs/screenshots/1.png b/docs/screenshots/1.png index 69c665f..15665f2 100644 Binary files a/docs/screenshots/1.png and b/docs/screenshots/1.png differ diff --git a/docs/screenshots/2.png b/docs/screenshots/2.png index af754cd..88da3ba 100644 Binary files a/docs/screenshots/2.png and b/docs/screenshots/2.png differ diff --git a/docs/screenshots/3.png b/docs/screenshots/3.png index 4cda1dd..760ba60 100644 Binary files a/docs/screenshots/3.png and b/docs/screenshots/3.png differ diff --git a/nomadnet/ui/TextUI.py b/nomadnet/ui/TextUI.py index 98bba47..57bc577 100644 --- a/nomadnet/ui/TextUI.py +++ b/nomadnet/ui/TextUI.py @@ -124,7 +124,7 @@ class TextUI: # TODO: Probably remove this at some point when better terminal # color capability detection has been implemented 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)