Updated logo and name in preparation for flatpak
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user