diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-04-15 17:06:06 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-04-15 17:06:06 +0200 |
commit | 4d8328a8d5c3f92d938e92865193e3dd73d7a6ed (patch) | |
tree | ac54901414e26b68280d0f5f8f51ceaee09d7623 /src/Theme.cpp | |
parent | 6fe0cf09b4567fc532a3d619b1b573ba4e95a1a3 (diff) |
Update trash icon again
Diffstat (limited to 'src/Theme.cpp')
-rw-r--r-- | src/Theme.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Theme.cpp b/src/Theme.cpp index 143662b..cafaf62 100644 --- a/src/Theme.cpp +++ b/src/Theme.cpp @@ -114,7 +114,7 @@ namespace gsr { if(!theme->screenshot_texture.load_from_file((resources_path + "images/screenshot.png").c_str())) goto error; - if(!theme->delete_texture.load_from_file((resources_path + "images/delete.png").c_str(), mgl::Texture::LoadOptions{false, false, MGL_TEXTURE_SCALE_LINEAR_MIPMAP})) + if(!theme->trash_texture.load_from_file((resources_path + "images/trash.png").c_str(), mgl::Texture::LoadOptions{false, false, MGL_TEXTURE_SCALE_LINEAR_MIPMAP})) goto error; if(!theme->ps4_home_texture.load_from_file((resources_path + "images/ps4_home.png").c_str(), mgl::Texture::LoadOptions{false, false, MGL_TEXTURE_SCALE_LINEAR_MIPMAP})) |