scripting: PagesControl

This commit is contained in:
MihailRis
2024-03-20 10:01:07 +03:00
parent 93acc5ce57
commit b3ca4b8efc
8 changed files with 95 additions and 43 deletions
+4
View File
@@ -285,6 +285,10 @@ Page& PagesControl::getCurrent() {
return current;
}
const std::string& PagesControl::getCurrentName() const {
return curname;
}
void PagesControl::clearHistory() {
pageStack = std::stack<std::string>();
}