Преглед изворни кода

Fixed desktop admin icon theme color loading issue

Toby Chui пре 3 година
родитељ
комит
521fbf8768
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      web/desktop.system

+ 1 - 1
web/desktop.system

@@ -1242,7 +1242,7 @@
                         $(".hardware").hide();
                     }else{
                         //User is admin. Add admin icon
-                        $("#username").append(` <i style="color: #52c9ff" class="protect icon themed text"></i>`);
+                        $("#username").append(`<i style="color: #${desktopThemeColor}" class="protect icon themed text"></i>`);
                     }
                 }
             });