Put config button hide option only in file

This commit is contained in:
James Seibel
2024-05-20 22:15:38 -05:00
parent 2111ad64c4
commit 969b02dc18
@@ -106,6 +106,7 @@ public class Config
public static ConfigEntry<Boolean> optionsButton = new ConfigEntry.Builder<Boolean>()
.set(true)
.setAppearance(EConfigEntryAppearance.ONLY_IN_FILE)
.comment("" +
"Should Distant Horizon's config button appear in the options screen next to fov slider?")
.build();