- Fix bExit pageId with popup's
This commit is contained in:
Armilar
2023-03-04 13:08:10 +01:00
committed by GitHub
parent 03938e05ea
commit 48171d3256

View File

@@ -5218,8 +5218,8 @@ function HandleButtonEvent(words: any): void {
pageId = getState(NSPanel_Path + 'ScreensaverInfo.bExitPage').val
}
}
}
activePage = config.pages[pageId];
activePage = config.pages[pageId];
}
GeneratePage(activePage);
break;
case 'bHome':