Merge branch 'master' of https://github.com/jpirnay/crosspoint-reader into feat-expose-override
This commit is contained in:
@@ -44,6 +44,10 @@ struct PercentResult {
|
||||
int percent = 0;
|
||||
};
|
||||
|
||||
struct PrintedPageResult {
|
||||
std::string label;
|
||||
};
|
||||
|
||||
struct PageResult {
|
||||
uint32_t page = 0;
|
||||
};
|
||||
@@ -78,7 +82,7 @@ struct StarredPageResult {
|
||||
|
||||
using ResultVariant =
|
||||
std::variant<std::monostate, WifiResult, KeyboardResult, MenuResult, ChapterResult, PercentResult, PageResult,
|
||||
SyncResult, NetworkModeResult, FootnoteResult, FilePathResult, StarredPageResult>;
|
||||
SyncResult, NetworkModeResult, FootnoteResult, FilePathResult, StarredPageResult, PrintedPageResult>;
|
||||
|
||||
struct ActivityResult {
|
||||
bool isCancelled = false;
|
||||
|
||||
Reference in New Issue
Block a user