From e00c8485188ae02f10899b56e6a67648206819e0 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Thu, 11 Mar 2021 20:57:34 +0100 Subject: [PATCH] Changed: Init screen not shown by default --- bpytop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bpytop.py b/bpytop.py index 16482c0..8f30555 100755 --- a/bpytop.py +++ b/bpytop.py @@ -455,7 +455,7 @@ class Config: net_sync: bool = False net_iface: str = "" show_battery: bool = True - show_init: bool = True + show_init: bool = False log_level: str = "WARNING" warnings: List[str] = []