[ui] feature: themes

This commit is contained in:
Vinicius Moreira
2020-11-27 15:52:57 -03:00
parent 813c812030
commit 60228eec97
176 changed files with 11941 additions and 2985 deletions

View File

@@ -22,6 +22,9 @@ def main(tray: bool = False):
logger = logs.new_logger(__app_name__, bool(args.logs))
if args.offline:
logger.warning("offline mode activated")
app_config = config.read_config(update_file=True)
if bool(app_config['ui']['auto_scale']):