launcher: fix typo
This commit is contained in:
parent
0546859073
commit
0b60edb265
@ -75,7 +75,7 @@ void app_setup() {
|
|||||||
widgets[i].setup(&launcher_state.launcher_settings, &widget_contexts[i]);
|
widgets[i].setup(&launcher_state.launcher_settings, &widget_contexts[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
widgets[0].activate(&launcher_state.launcher_settings, widget_contexts[launcher_state.current_widget]);
|
widgets[0].activate(&launcher_state.launcher_settings, widget_contexts[0]);
|
||||||
event.value = 0;
|
event.value = 0;
|
||||||
event.bit.event_type = EVENT_ACTIVATE;
|
event.bit.event_type = EVENT_ACTIVATE;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user