Consolidate cache directories

This commit is contained in:
jpirnay
2026-05-13 22:10:13 +02:00
parent 4d5413fd5c
commit 776728d8e8
7 changed files with 47 additions and 20 deletions
+1
View File
@@ -31,6 +31,7 @@ class ReaderActivity final : public Activity {
public:
static std::string sidecarCoverPath(const std::string& bookPath);
static std::string bookCacheDir(const std::string& bookPath);
explicit ReaderActivity(GfxRenderer& renderer, MappedInputManager& mappedInput, std::string initialBookPath)
: Activity("Reader", renderer, mappedInput), initialBookPath(std::move(initialBookPath)) {}