We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e6494a commit d28cb44Copy full SHA for d28cb44
1 file changed
js/index.js
@@ -11841,7 +11841,7 @@ async function createFullscreenEmbed(url, options = {}) {
11841
console.warn(`Attempted to open an unknown app or non-allowlisted URL: ${url}`);
11842
showDialog({
11843
type: 'alert',
11844
- title: `${appData.name}`,
+ title: `${url}`,
11845
message: currentLanguage.GURAPP_NOT_INSTALLED
11846
});
11847
return;
0 commit comments