Add error information

This commit is contained in:
jpirnay
2026-03-07 18:52:27 +01:00
parent 907aa43caf
commit 5dab5b3cf1
2 changed files with 61 additions and 11 deletions
+2
View File
@@ -15,6 +15,8 @@ class BookInfoActivity final : public Activity {
std::string seriesIndex;
std::string description;
std::string coverBmpPath;
std::string loadError;
bool loadSucceeded = false;
size_t fileSizeBytes = 0;
static std::string formatFileSize(size_t bytes);