mirror of https://github.com/aristocratos/bpytop
Changed: Init screen not shown by default
parent
a2cdebdac7
commit
e00c848518
|
@ -455,7 +455,7 @@ class Config:
|
||||||
net_sync: bool = False
|
net_sync: bool = False
|
||||||
net_iface: str = ""
|
net_iface: str = ""
|
||||||
show_battery: bool = True
|
show_battery: bool = True
|
||||||
show_init: bool = True
|
show_init: bool = False
|
||||||
log_level: str = "WARNING"
|
log_level: str = "WARNING"
|
||||||
|
|
||||||
warnings: List[str] = []
|
warnings: List[str] = []
|
||||||
|
|
Loading…
Reference in New Issue