Switched to qmlformat.

This commit is contained in:
ItsLemmy
2025-11-16 17:07:03 -05:00
parent 32905224b9
commit 3ff5b7639f
223 changed files with 9970 additions and 9658 deletions
+2 -2
View File
@@ -57,10 +57,10 @@ Rectangle {
onEntered: root.isHovered = true
onExited: root.isHovered = false
onClicked: {
root.clicked()
root.clicked();
// Update parent NTabBar's currentIndex
if (root.parent && root.parent.parent && root.parent.parent.currentIndex !== undefined) {
root.parent.parent.currentIndex = root.tabIndex
root.parent.parent.currentIndex = root.tabIndex;
}
}
}