fix: Remove duplicate theme option rendering in DisplaySettings.page

This commit is contained in:
Zack Spear
2025-04-02 11:10:14 -07:00
parent 84b7d0f6fa
commit deaf641844
@@ -254,8 +254,6 @@ _(Dynamix color theme)_:
<?foreach (glob("$docroot/webGui/styles/themes/*.css") as $themes):?>
<?$theme = basename($themes, '.css');?>
<?=mk_option($display['theme'], $theme, _(ucfirst($theme)))?>
<?endforeach;?>
<?=mk_option($display['theme'], $theme, _(ucfirst($theme)))?>
<?endforeach;?>
</select>