Remove theme presets

This commit is contained in:
2026-07-19 22:47:18 -04:00
parent d805d2985a
commit 147a230c97
3 changed files with 5 additions and 27 deletions
-3
View File
@@ -20,15 +20,12 @@ typedef struct {
bool animations_move_on_y_axis;
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;
void neat_bar_layer_set_theme_default_rect(NeatBarLayer *neat_bar);
void neat_bar_layer_set_theme_legacy_rect(NeatBarLayer *neat_bar);
void neat_bar_layer_add_to_window(NeatBarLayer *neat_bar, Window *window);
void neat_bar_layer_set_click_config_provider(NeatBarLayer *neat_bar, ClickConfigProvider click_config_provider);
void neat_bar_layer_set_animations_move_distance(NeatBarLayer *neat_bar, int8_t distance);