Skip to content

Commit

Permalink
Fix broken window icon on Wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
Integral-Tech authored and Inokinoki committed Nov 24, 2023
1 parent 608da9c commit 80261d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
a.setDesktopFileName("qefientrymanager");
a.setWindowIcon(QIcon("../cc.inoki.qefientrymanager.png"));

if (!qefi_is_available() || !qefi_has_privilege()) {
Expand Down

0 comments on commit 80261d8

Please sign in to comment.