Changed net_auto to default to True

pull/86/head
aristocratos 4 years ago
parent 332e8458ce
commit 620f3b47f6

@ -373,7 +373,7 @@ class Config:
net_download: str = "10M"
net_upload: str = "10M"
net_color_fixed: bool = False
net_auto: bool = False
net_auto: bool = True
show_init: bool = True
mini_mode: bool = False
log_level: str = "WARNING"

Loading…
Cancel
Save