summaryrefslogtreecommitdiff
path: root/plugin_loader/templates
diff options
context:
space:
mode:
authortza <marios8543@gmail.com>2022-04-07 23:22:23 +0300
committertza <marios8543@gmail.com>2022-04-07 23:22:23 +0300
commite35dd5a0281c511320c44291a400b7374a0659b0 (patch)
tree9c3e2c73dd499fba6fad0fbbe8bc98316921f16f /plugin_loader/templates
parentc65427e693daf3ee96cfd707e74efcb8d9d985f2 (diff)
downloaddecky-loader-e35dd5a0281c511320c44291a400b7374a0659b0.tar.gz
decky-loader-e35dd5a0281c511320c44291a400b7374a0659b0.zip
plugin menu title change bug
Fixed a bug where steam would sometimes fire message events on its own, causing them to be displayed as plugin titles.
Diffstat (limited to 'plugin_loader/templates')
-rw-r--r--plugin_loader/templates/plugin_view.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin_loader/templates/plugin_view.html b/plugin_loader/templates/plugin_view.html
index c95f00fb..8b1e4793 100644
--- a/plugin_loader/templates/plugin_view.html
+++ b/plugin_loader/templates/plugin_view.html
@@ -10,7 +10,7 @@
}, false);
function loadPlugin(name) {
- this.parent.postMessage(name, "https://steamloopback.host");
+ this.parent.postMessage("PLUGIN_LOADER__"+name, "https://steamloopback.host");
location.href = `/plugins/load_main/${name}`;
}
</script>