We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80cab46 commit 8d7186aCopy full SHA for 8d7186a
src/main/kotlin/gg/essential/vigilance/gui/SettingsGui.kt
@@ -26,7 +26,7 @@ class SettingsGui(
26
@Suppress("CanBeParameter") // FIXME: breaks with the skytils accessor, remove once a new version is adopted by the majority of users
27
private val config: Vigilant
28
) : WindowScreen(
29
- version = ElementaVersion.V2,
+ version = ElementaVersion.V10,
30
newGuiScale = GuiScale.scaleForScreenSize().ordinal,
31
restoreCurrentGuiOnClose = true,
32
) {
0 commit comments