mirror of
https://github.com/unraid/webgui.git
synced 2026-01-29 13:09:05 -06:00
Preserve existing setting
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
?>
|
||||
<?
|
||||
$display['font'] = $_COOKIE['fontSize'];
|
||||
$display['font'] = $_COOKIE['fontSize'] ?? $display['font'];
|
||||
$theme = $display['theme'];
|
||||
$header = $display['header'];
|
||||
$backgnd = $display['background'];
|
||||
|
||||
Reference in New Issue
Block a user