Skip to content

Commit

Permalink
Correctly set icon for wayland compositors
Browse files Browse the repository at this point in the history
  • Loading branch information
sithlord48 committed Dec 26, 2023
1 parent 387a611 commit dc3e150
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/blackchocobo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ BlackChocobo::BlackChocobo(QWidget *parent)
QIcon::setFallbackThemeName(QStringLiteral("bc-%1").arg(checkIconTheme()));
}
setWindowIcon(QIcon(":/icons/common/blackchocobo"));
QApplication::setDesktopFileName(QStringLiteral("io.github.sithlord48.blackchocobo"));
buffer_materia = FF7Materia::encodeMateria(FF7Materia::EmptyId, FF7Materia::MaxMateriaAp);
setAcceptDrops(true);
ui->setupUi(this);
Expand Down

0 comments on commit dc3e150

Please sign in to comment.