From d168651cfac4bc86d556b62c7acb9151098033d6 Mon Sep 17 00:00:00 2001 From: natilou Date: Tue, 2 Jan 2024 15:56:20 -0300 Subject: [PATCH] including the new .svg file as well as the changes to bundled_gen.sh --- res/bundled.go | 5 ++--- res/icons/publicdomain/heart-filled.svg | 2 +- res/icons/publicdomain/heart-outline.svg | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/res/bundled.go b/res/bundled.go index 2354bfe..71ab07d 100644 --- a/res/bundled.go +++ b/res/bundled.go @@ -38,13 +38,12 @@ var ResHeadphonesSvg = &fyne.StaticResource{ var ResHeartFilledSvg = &fyne.StaticResource{ StaticName: "heart-filled.svg", StaticContent: []byte( - ""), + ""), } - var ResHeartOutlineSvg = &fyne.StaticResource{ StaticName: "heart-outline.svg", StaticContent: []byte( - ""), + ""), } var ResMusicnotesSvg = &fyne.StaticResource{ StaticName: "musicnotes.svg", diff --git a/res/icons/publicdomain/heart-filled.svg b/res/icons/publicdomain/heart-filled.svg index baba2a2..16d2563 100644 --- a/res/icons/publicdomain/heart-filled.svg +++ b/res/icons/publicdomain/heart-filled.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/res/icons/publicdomain/heart-outline.svg b/res/icons/publicdomain/heart-outline.svg index b8cfe56..6ec1d5b 100644 --- a/res/icons/publicdomain/heart-outline.svg +++ b/res/icons/publicdomain/heart-outline.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file