Skip to content

Commit fe69f6d

Browse files
committed
fix: 在NeoForge/Optifine下载界面隐藏搜索框 #1311
1 parent 287542e commit fe69f6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FCL/src/main/java/com/tungsten/fcl/ui/download/InstallerVersionPage.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ public void create() {
7171

7272
listener = callback::onSelect;
7373

74-
findViewById(R.id.april_fools).setVisibility(View.GONE);
74+
findViewById(R.id.april_fools).setVisibility(View.INVISIBLE);
75+
findViewById(R.id.search).setVisibility(View.INVISIBLE);
7576
refreshList();
7677
}
7778

0 commit comments

Comments
 (0)