Review changes

This commit is contained in:
jpirnay
2026-04-17 15:54:08 +02:00
parent 106e9d31e6
commit 87b9d333f7
4 changed files with 26 additions and 7 deletions
+1
View File
@@ -42,6 +42,7 @@ class HomeActivity final : public Activity {
uint8_t* coverBuffer = nullptr; // HomeActivity's own buffer for cover image
std::vector<RecentBook> recentBooks;
std::vector<MenuEntry> menuEntries;
bool menuEntriesDirty = true;
void onSelectBook(const std::string& path);
void dispatchMenuAction(MenuAction action);