Fix ability to permanently move icons with rapid presses

This commit is contained in:
2026-07-19 21:24:34 -04:00
parent 928cf6f2ba
commit d805d2985a
2 changed files with 61 additions and 18 deletions
+3
View File
@@ -21,6 +21,9 @@ typedef struct {
int8_t animations_move_distance;
uint8_t animations_duration;
//bool use_legacy_animations
bool up_pressed;
bool select_pressed;
bool down_pressed;
void *context;
} NeatBarLayer;