This commit is contained in:
朱子楚\zhuzi 2023-10-17 22:18:15 +08:00
commit 4ec772fff2

View File

@ -68,7 +68,7 @@ Page {
font.pixelSize: control.textSize
font.bold: control.textBold
color: {
if(item_button.hovered)
if(item_button.hovered || nav_list.currentIndex === index)
return textHoverColor
return textNormalColor
}