From 28c568b04eda52d2817c0b238a3268c8949a5700 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Tue, 21 Dec 2021 23:53:50 -0500 Subject: [PATCH] Update static strings --- src/config.cpp | 1 + src/panel/def_overlay.hpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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();