This commit is contained in:
jpirnay
2026-04-12 05:49:27 +02:00
parent e72ad0d2a9
commit 552dc37d28
5 changed files with 21 additions and 26 deletions
@@ -46,6 +46,7 @@ class EpubReaderMenuActivity final : public Activity {
StrId labelId;
bool isSeparator = false;
static MenuItem separator(StrId label) { return {MenuAction::NONE, label, true}; }
[[nodiscard]] std::string getTitle() const;
};
static std::vector<MenuItem> buildMenuItems(bool hasFootnotes);