diff options
| author | cooljqln <cooljqln@noreply.codeberg.org> | 2025-02-24 00:46:49 +0000 |
|---|---|---|
| committer | cooljqln <cooljqln@noreply.codeberg.org> | 2025-02-24 00:46:49 +0000 |
| commit | 7c13df34578ca95f28a209f427f91d3b498b456a (patch) | |
| tree | 4ae178ec3464427ee06ac89c0414b360b44b5318 /lua/images.lua | |
| parent | b97c7974ea0bd9d4b0add639c699a07750a76a27 (diff) | |
| parent | 476a515cd123409d44afffdb725dd5c69b91cb70 (diff) | |
| download | tangara-fw-7c13df34578ca95f28a209f427f91d3b498b456a.tar.gz | |
Merge pull request 'Add icons to the file browser' (#277) from slord/tangara-fw:file-browser-icons into main
Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/277
Diffstat (limited to 'lua/images.lua')
| -rw-r--r-- | lua/images.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/images.lua b/lua/images.lua index 69bd8e4b..21a1aa9a 100644 --- a/lua/images.lua +++ b/lua/images.lua @@ -31,6 +31,8 @@ local img = { menu = lvgl.ImgData("//lua/img/menu.png"), file_directory = lvgl.ImgData("//lua/img/file_icons/directory.png"), file_playlist = lvgl.ImgData("//lua/img/file_icons/playlist.png"), + file_music = lvgl.ImgData("//lua/img/file_icons/music.png"), + unknown = lvgl.ImgData("//lua/img/file_icons/unknown.png"), } return img |
