diff --git a/src/activities/home/RecentBooksActivity.cpp b/src/activities/home/RecentBooksActivity.cpp index d25c4b2c..73d11d2b 100644 --- a/src/activities/home/RecentBooksActivity.cpp +++ b/src/activities/home/RecentBooksActivity.cpp @@ -86,7 +86,7 @@ void RecentBooksActivity::openManageMenu(const std::string& bookPath) { const bool isArchived = BookManager::isArchived(bookPath); const std::string capturedPath = bookPath; startActivityForResult( - std::make_unique(renderer, mappedInput, capturedPath, isArchived, false), + std::make_unique(renderer, mappedInput, capturedPath, isArchived, true), [this, capturedPath](const ActivityResult& result) { if (result.isCancelled) { requestUpdate();