Add global configuration

This commit is contained in:
2025-12-30 14:25:58 +00:00
parent b3ec7a01a7
commit 0470e8aecb
7 changed files with 49 additions and 6 deletions
+2 -1
View File
@@ -38,7 +38,8 @@ namespace display::ui::text
void Fonts::loadAllFonts()
{
loadFonts("/usr/share/fonts/truetype");
loadFonts(helpers::initPaths().exeDir);
loadFonts("/usr/share/esdashboard/fonts");
// loadFonts(helpers::initPaths().exeDir);
}
void Fonts::loadFonts(const std::string &path)