add app.reset_content 'non_reset_packs' optional argument

This commit is contained in:
MihailRis
2025-11-09 23:04:50 +03:00
parent 50d520e747
commit 0e6fb878bf
9 changed files with 51 additions and 14 deletions
+1
View File
@@ -394,6 +394,7 @@ void Engine::setScreen(std::shared_ptr<Screen> screen) {
}
if (project->clientScript && this->screen) {
project->clientScript->onScreenChange(this->screen->getName(), true);
window->setShouldRefresh();
}
}