Mercurial > minori
diff include/core/filesystem.h @ 379:5eaafed6c10b
*: clang-format
| author | Paper <paper@tflc.us> |
|---|---|
| date | Wed, 05 Nov 2025 12:59:46 -0500 |
| parents | 5912dafc6e28 |
| children | 0265e125f680 |
line wrap: on
line diff
--- a/include/core/filesystem.h Wed Nov 05 12:50:35 2025 -0500 +++ b/include/core/filesystem.h Wed Nov 05 12:59:46 2025 -0500 @@ -8,8 +8,8 @@ void CreateDirectories(const std::filesystem::path &path); std::filesystem::path GetDotPath(); // %APPDATA%/minori/, ~/Library/Application Support/minori/, ~/.config/minori/... std::filesystem::path GetConfigPath(); // (dotpath)/config.json -std::filesystem::path GetAnimeDBPath(); // (dotpath)/anime/db.json -std::filesystem::path GetTorrentsPath(); // (dotpath)/torrents/... +std::filesystem::path GetAnimeDBPath(); // (dotpath)/anime/db.json +std::filesystem::path GetTorrentsPath(); // (dotpath)/torrents/... std::filesystem::path GetAnimePostersPath(); // (dotpath)/anime/posters/ } // namespace Filesystem
