Add global configuration
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user