Fix warning for unnecessary .desktop suffix passed to setDesktopFileName()
This commit is contained in:
parent
997c4aa0ae
commit
06b5c4631f
1 changed files with 1 additions and 1 deletions
|
|
@ -694,7 +694,7 @@ int main(int argc, char *argv[])
|
|||
#endif
|
||||
|
||||
// This is necessary to show our icon correctly on Wayland
|
||||
app.setDesktopFileName("com.moonlight_stream.Moonlight.desktop");
|
||||
app.setDesktopFileName("com.moonlight_stream.Moonlight");
|
||||
qputenv("SDL_VIDEO_WAYLAND_WMCLASS", "com.moonlight_stream.Moonlight");
|
||||
qputenv("SDL_VIDEO_X11_WMCLASS", "com.moonlight_stream.Moonlight");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue