diff options
author | aristocratos <gnmjpl@gmail.com> | 2021-03-11 20:57:34 +0100 |
---|---|---|
committer | aristocratos <gnmjpl@gmail.com> | 2021-03-11 20:57:34 +0100 |
commit | e00c8485188ae02f10899b56e6a67648206819e0 (patch) | |
tree | a5a25dc8d0108c8d61aea71beab3dd7b14770fba | |
parent | a2cdebdac73ec5d1c758f43d866312b4e7879afb (diff) |
Changed: Init screen not shown by default
-rwxr-xr-x | bpytop.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] = [] |