Add placeholder text for Load Settings popup

This commit is contained in:
nuttylmao
2025-05-07 17:24:37 +10:00
parent 8ede5e7116
commit 0d616be1d7
@@ -27,6 +27,9 @@ const keyPrefix = parts[parts.length - 1];
if (showUnmuteIndicator)
unmuteLabel.style.display = 'inline';
// Set hint text for "Load URL" text input
loadUrlBox.placeholder = `${widgetURL}?...`
/////////////////////////////