Vintage: reduce XUI error logging and possibly slowdowns when the active group is switched

master
Zi Ree 2025-12-18 13:58:22 +01:00
parent fa653e9ddc
commit 520a2dc66e
2 changed files with 35 additions and 30 deletions

View File

@ -54,30 +54,32 @@
<!-- <!--
We don't want the "hover buttons" to appear, since they only waste space We don't want the "hover buttons" to appear, since they only waste space
and their function is redundant and their function is redundant
-->
<button <button
enabled="false"
follows="right" follows="right"
height="16" height="0"
image_pressed="Info_Press"
image_unselected="Info_Over"
left_pad="3" left_pad="3"
right="-31"
name="info_btn" name="info_btn"
tab_stop="false" tab_stop="false"
top_delta="-2" width="0" />
width="16" />
<button <button
enabled="false"
follows="right" follows="right"
height="20" height="0"
image_overlay="Web_Profile_Off" left_pad="3"
layout="topleft"
left_pad="5"
right="-3"
name="profile_btn" name="profile_btn"
tab_stop="false" tab_stop="false"
tool_tip="View profile" width="0" />
top_delta="-2"
width="20" /> <button
--> enabled="false"
follows="right"
height="0"
left_pad="3"
name="notices_btn"
tab_stop="false"
width="0" />
</panel> </panel>

View File

@ -55,30 +55,33 @@
<!-- <!--
We don't want the "hover buttons" to appear, since they only waste space We don't want the "hover buttons" to appear, since they only waste space
and their function is redundant and their function is redundant
-->
<button <button
enabled="false"
follows="right" follows="right"
height="16" height="0"
image_pressed="Info_Press"
image_unselected="Info_Over"
left_pad="3" left_pad="3"
right="-31"
name="info_btn" name="info_btn"
tab_stop="false" tab_stop="false"
top_delta="-2" width="0" />
width="16" />
<button <button
enabled="false"
follows="right" follows="right"
height="20" height="0"
image_overlay="ForwardArrow_Off" left_pad="3"
layout="topleft"
left_pad="5"
right="-3"
name="profile_btn" name="profile_btn"
tab_stop="false" tab_stop="false"
tool_tip="View profile" width="0" />
top_delta="-2"
width="20" /> <button
--> enabled="false"
follows="right"
height="0"
left_pad="3"
name="notices_btn"
tab_stop="false"
width="0" />
</panel> </panel>