Fix some screenshots from screenshot generator being blank
Some checks failed
format / rust (push) Failing after 2s
format / nix (push) Failing after 1s
nix build / all (push) Failing after 2s
build / build-linux (push) Has been cancelled
build / build-macos (push) Has been cancelled
build / build-windows (push) Has been cancelled

This commit is contained in:
Exidex 2025-07-15 19:48:02 +02:00
parent b7b8413146
commit 21f8ab6d09
No known key found for this signature in database
GPG key ID: AC63AA86DD4F2D45

View file

@ -165,6 +165,7 @@ pub fn run_scenario(data: ScenarioRunnerData, theme: UiTheme) -> Task<AppMsg> {
chain = chain
.chain(wait_for(1500))
.chain(Task::done(do_screenshot))
.chain(wait_for(100))
.chain(Task::done(close_window))
.chain(wait_for(500))
}