From 477c0a1520a8708c641f9d79bbc6dd757ce66e68 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Thu, 5 May 2022 10:29:27 +0100 Subject: [PATCH] profiles added to app.toml --- configs/app.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/app.toml b/configs/app.toml index 4153f85..6777168 100644 --- a/configs/app.toml +++ b/configs/app.toml @@ -1,3 +1,6 @@ +# load a specific profile on start (file name without .toml ext) +# [profiles] +# profile="example" # load with themes enabled? set the default mode [theme] enabled=true