impr: Remove ugly dark edges around light theme backdrop image

This commit is contained in:
WerWolv 2024-05-17 22:18:44 +02:00
parent 2ed5381f5a
commit 2f7c2e79d2
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

View File

@ -501,7 +501,7 @@ namespace hex::plugin::builtin {
RequestChangeTheme::subscribe([](const std::string &theme) {
auto changeTexture = [&](const std::string &path) {
return ImGuiExt::Texture::fromImage(romfs::get(path).span(), ImGuiExt::Texture::Filter::Linear);
return ImGuiExt::Texture::fromImage(romfs::get(path).span(), ImGuiExt::Texture::Filter::Nearest);
};
auto changeTextureSvg = [&](const std::string &path) {