Browse Source

Changed: Init screen not shown by default

pull/295/head
aristocratos 4 years ago
parent
commit
e00c848518
  1. 2
      bpytop.py

2
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] = []

Loading…
Cancel
Save