From 8f3098fc1eca0ba58200b2cac743106d8feca0e8 Mon Sep 17 00:00:00 2001 From: Kyle K <190571+Docteh@users.noreply.github.com> Date: Sat, 14 May 2022 21:14:13 -0700 Subject: about dialog: Fix the logo in a multiplatform way The Icon was renamed in #8283 for Linux builds, and the fix proposed in #8312 would in turn break the icon for Windows users. I've decided to fix the aboutdialog.ui file via qtcreator. I'm not sure its important to have the yuzu icon inside the About dialog grabbed from the local Qt theme, but I've reword how the code works for that, and we can just delete those lines. I've also thrown the yuzu.png through pngcrush to remove this warning libpng warning: iCCP: known incorrect sRGB profile Credit to abouvier for bringing bug up. --- dist/qt_themes/default/icons/256x256/yuzu.png | Bin 10381 -> 6751 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'dist/qt_themes') diff --git a/dist/qt_themes/default/icons/256x256/yuzu.png b/dist/qt_themes/default/icons/256x256/yuzu.png index 1e501d8a6..bd5cf533f 100644 Binary files a/dist/qt_themes/default/icons/256x256/yuzu.png and b/dist/qt_themes/default/icons/256x256/yuzu.png differ -- cgit v1.2.3