Switch to replay tab if already open. (#6130)

Took 11 minutes

Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
BruebachL 2025-09-13 12:44:46 +02:00 committed by GitHub
parent eecfe9d387
commit 2490e97ea0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -601,6 +601,8 @@ void TabSupervisor::actTabReplays(bool checked)
setCurrentWidget(tabReplays);
} else if (!checked && tabReplays) {
tabReplays->closeRequest();
} else if (checked && tabReplays) {
setCurrentWidget(tabReplays);
}
}