Update: createSystemFolder() ja crea la carpeta on toca en Linux

This commit is contained in:
2025-02-19 19:43:56 +01:00
parent c6d15bb96f
commit bd6807d655
2 changed files with 18 additions and 7 deletions

View File

@@ -70,7 +70,7 @@ private:
bool saveConfig();
// Crea la carpeta del sistema donde guardar datos
void createSystemFolder(std::string folder);
void createSystemFolder(const std::string &folder);
// Carga los recursos
void loadResources(section_t *section);