diff --git a/suplemon/ui.py b/suplemon/ui.py index 05119b9..208d029 100644 --- a/suplemon/ui.py +++ b/suplemon/ui.py @@ -107,7 +107,6 @@ class UI: def __init__(self, app): self.app = app self.logger = logging.getLogger(__name__) - self.limited_colors = True self.screen = None self.current_yx = None self.text_input = None