Update settings.js

This commit is contained in:
gutris1 2024-12-27 20:33:55 +07:00 committed by GitHub
parent 82a973c043
commit 4fa673a68a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,8 +41,10 @@ onUiLoaded(function() {
settings_tabs.insertBefore(edit, settings_tabs.firstChild);
settings_tabs.appendChild(buttonShowAllPages);
buttonShowAllPages.addEventListener("click", settingsShowAllTabs);
var settingsResultOutput = gradioApp().querySelector("#settings_result > div.svelte-1ed2p3z");
settingsResultOutput.classList.add("prose");
});