mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-21 23:48:22 +08:00
Set desktop file name to fix the missing icon when running under Wayland
This commit is contained in:
parent
c5508535c1
commit
941ee6cfd1
@ -26,7 +26,7 @@ public:
|
|||||||
setOrganizationName("CodeRush");
|
setOrganizationName("CodeRush");
|
||||||
setOrganizationDomain("coderush.me");
|
setOrganizationDomain("coderush.me");
|
||||||
setApplicationName("UEFITool");
|
setApplicationName("UEFITool");
|
||||||
|
setDesktopFileName("uefitool");
|
||||||
tool = new UEFITool();
|
tool = new UEFITool();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user