From 601688d89d89d44e614809af5c3a9d54ec979ecf Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sat, 27 Jun 2026 21:44:18 -0400 Subject: [PATCH] Update TODO --- src/c/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]) {