diff --git a/www/config.html b/www/config.html
index 47640957..fe84275c 100644
--- a/www/config.html
+++ b/www/config.html
@@ -23,6 +23,7 @@
+
@@ -1198,6 +1199,10 @@
}
});
+ document.getElementById('suggest').addEventListener('click', () => {
+ editor.trigger('source', 'editor.action.triggerSuggest', {});
+ });
+
(async () => {
try {
const r = await fetch('https://go2rtc.org/schema.json', {cache: 'no-cache'});