Skip to content

Commit

Permalink
chore: Change WaypointShareGui to default to version 1
Browse files Browse the repository at this point in the history
change to version 2 when finalized
  • Loading branch information
My-Name-Is-Jeff committed Mar 13, 2024
1 parent e85f567 commit 499a7c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class WaypointShareGui : WindowScreen(ElementaVersion.V2, newGuiScale = 2) {
loadWaypointsForSelection(s)
}
}
versionDropdown = DropDown(1, (1..2).map { "Format v${it}" }).childOf(window).constrain {
versionDropdown = DropDown(0, (1..2).map { "Format v${it}" }).childOf(window).constrain {
x = 5.pixels(true)
y = SiblingConstraint(5f)
}
Expand Down

0 comments on commit 499a7c2

Please sign in to comment.