mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-22 01:44:49 -05:00
Fix crash when on startup when registering new tab
This commit is contained in:
parent
5cba948e02
commit
d136bf5561
|
|
@ -370,6 +370,10 @@ void AdvSceneSwitcher::CheckFirstTimeSetup()
|
|||
|
||||
void AdvSceneSwitcher::on_tabWidget_currentChanged(int)
|
||||
{
|
||||
if (loading) {
|
||||
return;
|
||||
}
|
||||
|
||||
switcher->showFrame = false;
|
||||
ClearFrames(ui->screenRegionSwitches);
|
||||
SetShowFrames();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user