diff options
| author | Nih0nium <121554411+Nih0nium@users.noreply.github.com> | 2024-01-19 20:40:53 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-20 01:40:53 +0000 | 
| commit | 747a6fc362f227bd73adf54a3607f6cb3c8525b1 (patch) | |
| tree | 4004480b31b34109ebdce404e2831a27bdb514c8 | |
| parent | 1524cf172779ec4e23b716f0cdc902524be700c8 (diff) | |
Fix popup theme selector on Welcome page not changing theme (#518) (#532)
Co-authored-by: Nih0nium <Nih0nium@gmail.com>
| -rw-r--r-- | ext/welcome.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/welcome.html b/ext/welcome.html index 80bd6ab4..60aae319 100644 --- a/ext/welcome.html +++ b/ext/welcome.html @@ -202,7 +202,7 @@              </div>              <div class="settings-item-right">                  <select data-setting="general.popupTheme" class="short-width"> -                    <option value="default">Light</option> +                    <option value="light">Light</option>                      <option value="dark">Dark</option>                  </select>              </div> |