Skip to content

Commit

Permalink
Set desktop file name to fix the missing icon when running under Wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
Integral-Tech authored and NikolajSchlej committed Jul 4, 2024
1 parent c550853 commit 941ee6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UEFITool/uefitool_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class UEFIToolApplication : public QApplication
setOrganizationName("CodeRush");
setOrganizationDomain("coderush.me");
setApplicationName("UEFITool");

setDesktopFileName("uefitool");
tool = new UEFITool();
}

Expand Down

0 comments on commit 941ee6c

Please sign in to comment.