Skip to content

Commit

Permalink
Also fix icon tests...
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Jan 3, 2025
1 parent 6d2a00b commit 8c1a72e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/fynedesk/main_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ import (
"log"
"runtime"

"github.com/FyshOS/appie"

"fyne.io/fyne/v2"

"fyshos.com/fynedesk"
"fyshos.com/fynedesk/internal/icon"
"fyshos.com/fynedesk/internal/ui"
)

func setupDesktop(a fyne.App) fynedesk.Desktop {
log.Println("Full desktop not possible on", runtime.GOOS)
return ui.NewEmbeddedDesktop(a, icon.NewMacOSAppProvider())
return ui.NewEmbeddedDesktop(a, appie.NewMacOSProvider())
}

0 comments on commit 8c1a72e

Please sign in to comment.