From 10abe0c5c4bc0d3e9a043d199db8c281590884e5 Mon Sep 17 00:00:00 2001
From: supersteve3d <39339941+supersteve3d@users.noreply.github.com>
Date: Tue, 25 Oct 2022 02:05:50 +0800
Subject: [PATCH] Updated Features (markdown)
---
Features.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Features.md b/Features.md
index 3dd537c..35d6a3a 100644
--- a/Features.md
+++ b/Features.md
@@ -516,6 +516,9 @@ Create a file named `user.css` near `webui.py` and put custom CSS code into it.
A useful tip is you can append `/?__theme=dark` to your webui url to enable a built in *dark theme*
e.g. (`http://127.0.0.1:7860/?__theme=dark`)
+Alternatively, you can add the `--theme=dark` to the `set COMMANDLINE_ARGS=` in `webui-user.bat`
+e.g. `set COMMANDLINE_ARGS=--theme=dark`
+
