mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
change update action order
This commit is contained in:
parent
15437c76d5
commit
d5ce67fbec
1 changed files with 2 additions and 2 deletions
|
|
@ -318,12 +318,12 @@ void Page::navigation_reload(
|
||||||
|
|
||||||
progress_fraction = 1;
|
progress_fraction = 1;
|
||||||
|
|
||||||
action__update->activate();
|
|
||||||
|
|
||||||
// Set content driver
|
// Set content driver
|
||||||
pageContent->set_text_gemini( // @TODO
|
pageContent->set_text_gemini( // @TODO
|
||||||
buffer
|
buffer
|
||||||
);
|
);
|
||||||
|
|
||||||
|
action__update->activate();
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue