Add files via upload

This commit is contained in:
Keb Helion 2020-02-14 23:50:35 -05:00 committed by GitHub
parent 2362a816a7
commit 5713b9306c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,10 +95,7 @@
function onScreenChanged(type, url) {
Appstatus = !Appstatus;
button.editProperties({
isActive: Appstatus
});
print("onScreenChanged:" + type + " | " + url);
}