Make buttons visible on Gabbro

This commit is contained in:
2026-07-17 00:42:07 -04:00
parent 47c5134228
commit 8252e6ef34
2 changed files with 4 additions and 1 deletions
-1
View File
@@ -26,7 +26,6 @@ typedef struct {
NeatBarLayer *neat_bar_layer_create();
void neat_bar_layer_set_icon(NeatBarLayer *layer, ButtonId button_id, GBitmap *icon);
void neat_bar_layer_set_theme_default_rect(NeatBarLayer *neat_bar);
void neat_bar_layer_set_theme_default_round(NeatBarLayer *neat_bar);
void neat_bar_layer_set_theme_legacy_rect(NeatBarLayer *neat_bar);
void neat_bar_layer_set_floating(NeatBarLayer *neat_bar, bool floating);
void neat_bar_layer_set_corner_radius(NeatBarLayer *neat_bar, uint16_t corner_radius);