Changed: Init screen not shown by default

pull/295/head
aristocratos 2021-03-11 20:57:34 +01:00
parent a2cdebdac7
commit e00c848518
1 changed files with 1 additions and 1 deletions

View File

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