Integrate and extend pr 1372 by andreaturchet
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user