mirror of https://github.com/godotengine/godot
Merge pull request #47526 from backwardspy/master
set StartupWMClass in linux `.desktop` file
This commit is contained in:
commit
2b8b051838
|
|
@ -9,3 +9,4 @@ PrefersNonDefaultGPU=true
|
||||||
Type=Application
|
Type=Application
|
||||||
MimeType=application/x-godot-project;
|
MimeType=application/x-godot-project;
|
||||||
Categories=Development;IDE;
|
Categories=Development;IDE;
|
||||||
|
StartupWMClass=Godot
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue