add config/defaults.toml

This commit is contained in:
MihailRis
2024-10-14 02:56:33 +03:00
parent de00414456
commit 04e490c896
9 changed files with 21 additions and 16 deletions
+3
View File
@@ -44,6 +44,9 @@ public:
std::filesystem::path resolve(const std::string& path, bool throwErr = true);
static std::tuple<std::string, std::string> parsePath(std::string_view view);
static inline auto CONFIG_DEFAULTS =
std::filesystem::u8path("config/defaults.toml");
private:
std::filesystem::path userFilesFolder {"."};
std::filesystem::path resourcesFolder {"res"};