Skip to content

Commit 67e291c

Browse files
IMS212SpacEagle17
andauthored
Change the hover time to take half as long for better UX
Co-authored-by: SpacEagle17 <[email protected]>
1 parent b7c084d commit 67e291c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/net/irisshaders/iris/gui/screen/ShaderPackScreen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ public void setElementHoveredStatus(AbstractElementWidget<?> widget, boolean hov
676676
}
677677

678678
public boolean isDisplayingComment() {
679-
return this.hoveredElementCommentTimer > 20 &&
679+
return this.hoveredElementCommentTimer > 10 &&
680680
this.hoveredElementCommentTitle.isPresent() &&
681681
!this.hoveredElementCommentBody.isEmpty();
682682
}

0 commit comments

Comments
 (0)