mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-04-19 08:37:22 -05:00
Fix crash on exit caused by status dock
This commit is contained in:
parent
d5fc3befb8
commit
d1331a60b9
|
|
@ -53,6 +53,10 @@ void StatusControl::ButtonClicked()
|
|||
|
||||
void StatusControl::UpdateStatus()
|
||||
{
|
||||
if (!switcher) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (switcher->th && switcher->th->isRunning()) {
|
||||
if (!_setToStopped) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user