mirror of
https://github.com/unraid/webgui.git
synced 2026-04-25 11:49:30 -05:00
fix: Remove duplicate theme option rendering in DisplaySettings.page
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user