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

@ -6,7 +6,7 @@ OpenRGBDialog::OpenRGBDialog(std::vector<i2c_smbus_interface *>& bus, std::vecto
{
ui->setupUi(this);
QIcon icon(":OpenRGB.png");
QIcon icon(":org.openrgb.OpenRGB.png");
setWindowIcon(icon);
QPalette pal;