mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 07:32:02 +00:00
Little improvements
This commit is contained in:
@@ -610,8 +610,10 @@
|
|||||||
if(!P.ui_header)
|
if(!P.ui_header)
|
||||||
continue
|
continue
|
||||||
current_header_icons[P.type] = P.ui_header
|
current_header_icons[P.type] = P.ui_header
|
||||||
|
if(!last_header_icons)
|
||||||
|
last_header_icons = current_header_icons
|
||||||
|
|
||||||
if (!(last_header_icons.len == current_header_icons.len && !length(last_header_icons^current_header_icons)))
|
if(list2params(last_header_icons) != list2params(current_header_icons))
|
||||||
last_header_icons = current_header_icons
|
last_header_icons = current_header_icons
|
||||||
ui_updated_needed = 1
|
ui_updated_needed = 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user