diff options
author | Kuuuube <61125188+Kuuuube@users.noreply.github.com> | 2024-06-18 14:16:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-18 18:16:24 +0000 |
commit | c002e585fcbfc89b2c345a10c0663336f31442af (patch) | |
tree | dd953d0034679c68473de45c1879714ff26835f5 /ext/welcome.html | |
parent | ebd911201df0e6fce95b408935fb35580851170e (diff) |
Set better popupTheme and popupOuterTheme defaults and add browser theme option to welcome page (#1085)
Diffstat (limited to 'ext/welcome.html')
-rw-r--r-- | ext/welcome.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/welcome.html b/ext/welcome.html index e7d0ea5d..0aab51e9 100644 --- a/ext/welcome.html +++ b/ext/welcome.html @@ -134,6 +134,7 @@ <select data-setting="general.popupTheme" class="short-width"> <option value="light">Light</option> <option value="dark">Dark</option> + <option value="browser">Browser</option> </select> </div> </div></div> |