Fix warning for unnecessary .desktop suffix passed to setDesktopFileName()

This commit is contained in:
Cameron Gutman
2025-10-11 00:36:54 -05:00
parent 997c4aa0ae
commit 06b5c4631f

View File

@@ -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");