Fix popup title. Add option to force fully to stay awake

This commit is contained in:
2020-10-26 09:54:40 +01:00
parent b1e64c3b93
commit f9701052ba
8 changed files with 49 additions and 16 deletions

View File

@@ -94,6 +94,7 @@ class BrowserMod extends ext(BrowserModConnection, [
if(msg.camera) {
this.setup_camera();
}
this.config = {...this.config, ...msg};
}
this.player_update();
this.fully_update();