Update main.cpp: fixed application name

Fixed desktop application name
This commit is contained in:
Gilberto Chavez-Martinez 2024-12-17 16:54:09 -05:00 committed by GitHub
parent b83f789343
commit 7fe07a6efd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ int main(int argc, char *argv[])
EmuApplication emu;
emu.qtapp = std::make_unique<QApplication>(argc, argv);
QGuiApplication::setDesktopFileName("snes9x-gtk");
QGuiApplication::setDesktopFileName("snes9x-qt");
if (emu.qtapp->platformName() == "windows")
{