mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-16 02:21:00 +03:00
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.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user