mirror of
https://github.com/firewalkwithm3/Sensor-Watch.git
synced 2024-11-22 19:20:30 +08:00
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[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.bit.event_type = EVENT_ACTIVATE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue