Move theme config to other section
This commit is contained in:
parent
fd0bd170a1
commit
81c331f66c
4 changed files with 13 additions and 13 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue