Skip to content

Commit 04746cc

Browse files
committedJul 10, 2024
Merge branch 'master' into develop
# Conflicts: # CHANGELOG.md
2 parents ad04a6f + d8e9fe0 commit 04746cc

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed
 

‎.github/FUNDING.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github: [fyne-io, andydotxyz, toaster, Jacalz, changkun]
1+
github: [fyne-io, andydotxyz, toaster, Jacalz, changkun, dweymouth, lucor]

‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ And you can run that simply as:
9797

9898
go run main.go
9999

100+
> [!NOTE]
101+
> The first compilation of Fyne on Windows _can_ take up to 10 minutes, depending on your hardware. Subsequent builds will be fast.
102+
100103
It should look like this:
101104

102105
<div align="center">

‎theme/icons_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func TestThemedResource_Content_GroupPolygonsFile(t *testing.T) {
122122
assert.NotEqual(t, staticResource.Content(), themedResource.Content())
123123
}
124124

125-
// a black svg object omits the fill tag, this checks it it still properly updated
125+
// a black svg object omits the fill tag, this checks if it still properly updated
126126
func TestThemedResource_Content_BlackFillIsUpdated(t *testing.T) {
127127
fyne.CurrentApp().Settings().SetTheme(theme.DarkTheme())
128128
staticResource := helperLoadRes(t, "cancel_PathsBlackFill.svg")

0 commit comments

Comments
 (0)