Skip to content

Commit

Permalink
remove options from inputbox
Browse files Browse the repository at this point in the history
  • Loading branch information
ImToggle committed Mar 29, 2024
1 parent 8e2abe0 commit 85defc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/org/polyfrost/chatting/mixin/HUDUtilsMixin.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ public class HUDUtilsMixin {
case "showInDebug":
case "positionAlignment":
case "scale":
case "locked":
case "resetPosition":
if (isInputBox) return true;
break;
case "inputFieldDraft":
Expand Down

0 comments on commit 85defc1

Please sign in to comment.