From 3600f35267f3bac8b0e9e1ff7bfd7f9eda8e75fe Mon Sep 17 00:00:00 2001
From: w-e-w <40751091+w-e-w@users.noreply.github.com>
Date: Thu, 14 Sep 2023 11:37:12 +0900
Subject: [PATCH] SD_WEBUI_RESTARTING description correction
---
Command-Line-Arguments-and-Settings.md | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/Command-Line-Arguments-and-Settings.md b/Command-Line-Arguments-and-Settings.md
index 5eac4db..f85f2db 100644
--- a/Command-Line-Arguments-and-Settings.md
+++ b/Command-Line-Arguments-and-Settings.md
@@ -14,9 +14,7 @@
| SD_WEBUI_LOG_LEVEL | Log verbosity. Supports any valid logging level supported by Python's built-in `logging` module. Defaults to `INFO` if not set. |
| SD_WEBUI_CACHE_FILE | Cache file path. Defaults to `cache.json` in the root directory if not set. |
| SD_WEBUI_RESTAR | A value set by `launcher script` (like webui.bat webui.sh) informing Webui that restart function is available |
-| SD_WEBUI_RESTARTING | A internal value signifying if webui is currently restarting / reloading, if this value set to an non blank value Webui will not perform certain actions such as auto launching browser during reload |
-
-
+| SD_WEBUI_RESTARTING | A internal value signifying if webui is currently restarting or reloading, used for disabling certain actions asuch as auto launching browser.
set to `1` disables auto launching browser
set to `0` enables auto launch even when restarting
Certain extensions might use this value for similar purpose. |
### webui-user
The recommended way to specify environment variables is by editing `webui-user.bat` (Windows) and `webui-user.sh` (Linux):