Fix button not being removed upon script stop or restart

This commit is contained in:
David Rowe 2020-02-19 08:48:16 +13:00
parent 9886795790
commit b7e93e6615

View file

@ -128,7 +128,9 @@
function cleanup() {
tablet.webEventReceived.disconnect(onMoreAppWebEventReceived);
if (Appstatus) {
tablet.webEventReceived.disconnect(onMoreAppWebEventReceived);
}
tablet.screenChanged.disconnect(onScreenChanged);
tablet.removeButton(button);
}