Update TODO

This commit is contained in:
2026-06-27 21:44:18 -04:00
parent 4357c217ca
commit 601688d89d
+2 -1
View File
@@ -2,6 +2,8 @@
#include "settings.h" #include "settings.h"
#include <pebble.h> #include <pebble.h>
// TODO fix fg and mg color not applying to mini variants; implement configurable color for fill bars
// window statics // window statics
static Window *s_main_window; static Window *s_main_window;
static Layer *s_window_layer; static Layer *s_window_layer;
@@ -443,7 +445,6 @@ static void apply_settings() {
} }
// re-sub timeline peek and create/destroy resources as needed // 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(); unobstructed_area_service_unsubscribe();
if (settings.EnablePeek) { if (settings.EnablePeek) {
if (!s_minute_bitmaps_mini[0]) { if (!s_minute_bitmaps_mini[0]) {