Skip to content

Commit 8d7186a

Browse files
committed
SettingsGui: use ElementaVersion 10
1 parent 80cab46 commit 8d7186a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/gg/essential/vigilance/gui/SettingsGui.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class SettingsGui(
2626
@Suppress("CanBeParameter") // FIXME: breaks with the skytils accessor, remove once a new version is adopted by the majority of users
2727
private val config: Vigilant
2828
) : WindowScreen(
29-
version = ElementaVersion.V2,
29+
version = ElementaVersion.V10,
3030
newGuiScale = GuiScale.scaleForScreenSize().ordinal,
3131
restoreCurrentGuiOnClose = true,
3232
) {

0 commit comments

Comments
 (0)