Fix folder param in b_manage

This commit is contained in:
2025-05-14 12:51:56 +02:00
parent d6603dd638
commit b639a2d79a
4 changed files with 12 additions and 7 deletions

View File

@@ -59,7 +59,7 @@ namespace platform {
std::vector<Paginator> paginator;
ResultsManager results;
lxw_workbook* workbook;
std::string excelFileName;
std::string path, excelFileName;
};
}
#endif