Skip to content

Commit

Permalink
Fix popup theme selector on Welcome page not changing theme (#518) (#532
Browse files Browse the repository at this point in the history
)

Co-authored-by: Nih0nium <[email protected]>
  • Loading branch information
Nih0nium and Nih0nium authored Jan 20, 2024
1 parent 1524cf1 commit 747a6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ <h2>Basic customization</h2>
</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>
Expand Down

0 comments on commit 747a6fc

Please sign in to comment.