This commit is contained in:
Dante Ruiz 2018-01-24 16:41:19 -08:00
parent 6149630ccd
commit c73c0487a0

View file

@ -158,6 +158,7 @@ Item {
gridView.currentIndex = buttonIndex
tabletButton.isEntered = true;
Tablet.playSound(TabletEnums.ButtonHover);
if (tabletButton.isActive) {
tabletButton.state = "hover active state";
} else {