Review changes

This commit is contained in:
jpirnay
2026-04-27 14:38:20 +02:00
parent 2bce78c07a
commit ea99b764ce
13 changed files with 172 additions and 213 deletions
@@ -21,6 +21,7 @@ class EpubReaderFootnotesActivity final : public Activity {
void render(RenderLock&&) override;
private:
void advanceSelection(int delta);
const std::vector<FootnoteEntry>& footnotes;
int selectedIndex = 0;
int scrollOffset = 0;