Skip to content

Commit

Permalink
update the TTS button to point to the avatar index page instead
Browse files Browse the repository at this point in the history
  • Loading branch information
roffidaijoubu committed Dec 20, 2024
1 parent eaa29f7 commit ad152bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/fyne.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func RunUI(serverPort string, shutdown chan bool, serverStarted chan bool, wg *s
}

copyControlBtn := createCopyButton("Control", "/control")
copyTTSBtn := createCopyButton("TTS", "/tts")
copyTTSBtn := createCopyButton("Avatar", "/avatar")
copyDisplayBtn := createCopyButton("Display", "/display")

// Create buttons container
Expand Down

0 comments on commit ad152bd

Please sign in to comment.