mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-08 01:26:04 -05:00
allow pause individual switching methods (#90)
* allow pausing individual switching methods * clean up pause tab * allow import of old pauseScenes and pauseWindows
This commit is contained in:
@@ -385,7 +385,7 @@ int findTabIndex(QTabWidget *tabWidget, int pos)
|
||||
tabName = "transitionsTab";
|
||||
break;
|
||||
case 2:
|
||||
tabName = "pauseScenesTab";
|
||||
tabName = "pauseTab";
|
||||
break;
|
||||
case 3:
|
||||
tabName = "windowTitleTab";
|
||||
|
||||
Reference in New Issue
Block a user