mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-21 18:55:22 -04:00
Set desktop file name to fix the missing icon when running under Wayland
This commit is contained in:
parent
c5508535c1
commit
941ee6cfd1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue