Move theme config to other section

This commit is contained in:
Johannes Marbach 2024-03-30 08:28:41 +01:00
parent fd0bd170a1
commit 81c331f66c
4 changed files with 13 additions and 13 deletions

View file

@ -239,7 +239,7 @@ int main(int argc, char *argv[]) {
bb_indev_start_monitor_and_autoconnect(false, true, true);
/* Initialise theme */
bb_theme_apply(bb_themes_themes[conf_opts.general.theme_id]);
bb_theme_apply(bb_themes_themes[conf_opts.theme.default_id]);
/* Add keyboard */
keyboard = lv_keyboard_create(lv_scr_act());