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