Update TODO
This commit is contained in:
+2
-1
@@ -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]) {
|
||||||
|
|||||||
Reference in New Issue
Block a user