Integrate and extend pr 1372 by andreaturchet

This commit is contained in:
jpirnay
2026-04-14 18:22:54 +02:00
parent 9d3f98eeb1
commit 4aabcc934c
15 changed files with 443 additions and 20 deletions
+6 -1
View File
@@ -57,8 +57,13 @@ struct FootnoteResult {
std::string href;
};
struct StarredPageResult {
int spineIndex = 0;
int pageNumber = 0;
};
using ResultVariant = std::variant<std::monostate, WifiResult, KeyboardResult, MenuResult, ChapterResult, PercentResult,
PageResult, SyncResult, NetworkModeResult, FootnoteResult>;
PageResult, SyncResult, NetworkModeResult, FootnoteResult, StarredPageResult>;
struct ActivityResult {
bool isCancelled = false;