Allow interacting with OBS main window while plugin settings are opened

This commit is contained in:
WarmUpTill
2021-11-19 23:58:30 +01:00
committed by WarmUpTill
parent a1cae263c1
commit 82a41694a1
4 changed files with 26 additions and 5 deletions

View File

@@ -186,6 +186,9 @@ void AdvSceneSwitcher::on_toggleStartButton_clicked()
void AdvSceneSwitcher::closeEvent(QCloseEvent *)
{
if (!switcher) {
return;
}
switcher->windowPos = this->pos();
switcher->windowSize = this->size();