Updated logo and name in preparation for flatpak

This commit is contained in:
spectranator
2024-04-28 23:23:39 +02:00
parent 2ad113f22c
commit e49ac15049
7 changed files with 59 additions and 75 deletions

View File

@@ -20,7 +20,7 @@ AboutDialog::AboutDialog(QWidget* parent)
ui->setupUi(this);
// Try and request the icon from Qt theme (Linux?)
const QIcon yuzu_logo = QIcon::fromTheme(QStringLiteral("org.yuzu_emu.yuzu"));
const QIcon yuzu_logo = QIcon::fromTheme(QStringLiteral("onion.torzu_emu.torzu"));
if (!yuzu_logo.isNull()) {
ui->labelLogo->setPixmap(yuzu_logo.pixmap(200));
}

View File

@@ -5292,7 +5292,7 @@ int main(int argc, char* argv[]) {
// Fix the Wayland appId. This needs to match the name of the .desktop file without the .desktop
// suffix.
QGuiApplication::setDesktopFileName(QStringLiteral("org.yuzu_emu.yuzu"));
QGuiApplication::setDesktopFileName(QStringLiteral("onion.torzu_emu.torzu"));
#endif
SetHighDPIAttributes();