Skip to content

Commit

Permalink
changed temporarily customize button to Client GUI (ClickGUI)
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 committed Jan 14, 2024
1 parent 5c8c21d commit 25e9d44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src-theme/src/routes/title/Title.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
openScreen("multiplayer_realms").catch(console.error);
}
function openCustomize() {
function openClickGui() {
// Redirect to
push("/customize");
push("/clickgui");
}
function openOptions() {
Expand Down Expand Up @@ -117,7 +117,7 @@
<MainButton text="Multiplayer" icon="multiplayer" on:click={openMultiplayer} let:hovered>
<ChildButton text="Realms" icon="realms" {hovered} on:click={openRealms}/>
</MainButton>
<MainButton text="Customize" icon="customize" on:click={openCustomize}/>
<MainButton text="Client GUI" icon="customize" on:click={openClickGui}/>
<MainButton text="Options" icon="options" on:click={openOptions}/>
</MainButtons>

Expand Down

0 comments on commit 25e9d44

Please sign in to comment.