diff --git a/src/config.cpp b/src/config.cpp index 505abd5..7b28067 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -49,5 +49,6 @@ size_t FONT_LOCATIONS_LENGTH = sizeof(FONT_LOCATIONS)/sizeof(FONT_LOCATIONS[0]); const FONT_SIZE_STRING CONST_STRINGS[] = { //Weather strings { "Weather", { "Roboto_Mono/RobotoMono-Medium.ttf", 50 } }, + { "Wireless", { "Roboto_Mono/RobotoMono-Medium.ttf", 50 } }, }; size_t CONST_STRINGS_LENGTH = sizeof(CONST_STRINGS)/sizeof(CONST_STRINGS[0]); diff --git a/src/panel/def_overlay.hpp b/src/panel/def_overlay.hpp index eb544f4..ed0bdea 100644 --- a/src/panel/def_overlay.hpp +++ b/src/panel/def_overlay.hpp @@ -25,7 +25,6 @@ namespace dashboard::panel { void draw(); - private: void update(); void update_texture();