diff --git a/src/c/main.c b/src/c/main.c index 746514a..60a0935 100644 --- a/src/c/main.c +++ b/src/c/main.c @@ -2,6 +2,8 @@ #include "settings.h" #include +// TODO fix fg and mg color not applying to mini variants; implement configurable color for fill bars + // window statics static Window *s_main_window; static Layer *s_window_layer; @@ -443,7 +445,6 @@ static void apply_settings() { } // re-sub timeline peek and create/destroy resources as needed - // TODO fix fg and mg color not applying to mini varients unobstructed_area_service_unsubscribe(); if (settings.EnablePeek) { if (!s_minute_bitmaps_mini[0]) {