ReloadUI backgroundColor --background-fill-primary

This commit is contained in:
w-e-w 2024-05-22 23:06:07 +09:00
parent ddb28b33a3
commit 344eda55d4
1 changed files with 1 additions and 1 deletions

View File

@ -337,8 +337,8 @@ onOptionsChanged(function() {
let txt2img_textarea, img2img_textarea = undefined;
function restart_reload() {
document.body.style.backgroundColor = "var(--background-fill-primary)";
document.body.innerHTML = '<h1 style="font-family:monospace;margin-top:20%;color:lightgray;text-align:center;">Reloading...</h1>';
var requestPing = function() {
requestGet("./internal/ping", {}, function(data) {
location.reload();