Fixes for desktop-entry-spec & appstream

This commit is contained in:
Alex Koskovich 2024-03-04 15:13:49 +00:00 committed by Adam Honse
parent beec2c76c9
commit 04410b6611
16 changed files with 31 additions and 30 deletions

View file

@ -343,6 +343,7 @@ int main(int argc, char* argv[])
{
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QApplication a(argc, argv);
QGuiApplication::setDesktopFileName("org.openrgb.OpenRGB");
/*---------------------------------------------------------*\
| Main UI widget |