added redirect and ability to save checkboxes

This commit is contained in:
2025-06-04 22:25:47 +02:00
parent 397189c259
commit e13de7c786
17 changed files with 150 additions and 49 deletions

View File

@@ -14,6 +14,8 @@ namespace utils {
std::string loadFile(const std::string& path);
std::filesystem::path getDataDir();
std::string urlDecode(const std::string& str);
}
#endif