change link
Some checks failed
Build Go/Fyne App for macOS ARM64 / build (pull_request) Has been cancelled
Some checks failed
Build Go/Fyne App for macOS ARM64 / build (pull_request) Has been cancelled
This commit is contained in:
@@ -121,12 +121,12 @@ func createBottomBar(myWindow fyne.Window) fyne.CanvasObject {
|
||||
showTroubleshootingPopup()
|
||||
})
|
||||
|
||||
// GitHub button
|
||||
githubButton := widget.NewButton("GitHub", func() {
|
||||
githubURL := "https://github.com/tairasu/EpochSilicon"
|
||||
// Git button
|
||||
gitButton := widget.NewButton("Source Code", func() {
|
||||
githubURL := "https://git.burkey.co/eburk/epochsilicon"
|
||||
parsedURL, err := url.Parse(githubURL)
|
||||
if err != nil {
|
||||
debug.Printf("Error parsing GitHub URL: %v", err)
|
||||
debug.Printf("Error parsing git URL: %v", err)
|
||||
return
|
||||
}
|
||||
fyne.CurrentApp().OpenURL(parsedURL)
|
||||
@@ -148,7 +148,7 @@ func createBottomBar(myWindow fyne.Window) fyne.CanvasObject {
|
||||
leftButtons := container.NewHBox(
|
||||
optionsButton,
|
||||
troubleshootingButton,
|
||||
githubButton,
|
||||
gitButton,
|
||||
)
|
||||
|
||||
// Create the large play button with fixed size
|
||||
|
Reference in New Issue
Block a user