Skip to content

Commit

Permalink
Add the fyne logo, we do actually need it here
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Jun 24, 2023
1 parent 1122306 commit 64040c4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ui/settings_ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ func (w *widgetPanel) showSettings() {
fyneSettings := settings.NewSettings()

tabs := container.NewAppTabs(
&container.TabItem{Text: "Fyne Settings", Icon: theme.FyneLogo(),
&container.TabItem{Text: "Fyne Settings", Icon: wmtheme.FyneLogo,
Content: fyneSettings.LoadAppearanceScreen(win)},
&container.TabItem{Text: "Appearance", Icon: fyneSettings.AppearanceIcon(),
Content: ui.loadAppearanceScreen()},
Expand Down
Binary file added theme/assets/fyne.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions theme/bundled.go

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions theme/theme.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ var (

// FyneAboutBackground is the image used as a background to the about screen
FyneAboutBackground = resourceFyneaboutbgPng
// FyneLogo is the fyne tooklit icon
FyneLogo = resourceFynePng
// AppIcon is the image for this application icon
AppIcon = resourceIconPng

Expand Down

0 comments on commit 64040c4

Please sign in to comment.