mirror of https://github.com/aristocratos/bpytop
Changed net_auto to default to True
parent
332e8458ce
commit
620f3b47f6
|
@ -373,7 +373,7 @@ class Config:
|
||||||
net_download: str = "10M"
|
net_download: str = "10M"
|
||||||
net_upload: str = "10M"
|
net_upload: str = "10M"
|
||||||
net_color_fixed: bool = False
|
net_color_fixed: bool = False
|
||||||
net_auto: bool = False
|
net_auto: bool = True
|
||||||
show_init: bool = True
|
show_init: bool = True
|
||||||
mini_mode: bool = False
|
mini_mode: bool = False
|
||||||
log_level: str = "WARNING"
|
log_level: str = "WARNING"
|
||||||
|
|
Loading…
Reference in New Issue