wayland: default title shouldn't mention wayland

This commit is contained in:
IoIxD 2025-12-05 20:27:27 -07:00
commit f2c05762ae

View file

@ -510,7 +510,7 @@ static void setup_toplevel(MwLL r, int x, int y) {
xdg_toplevel_add_listener(r->wayland.toplevel->xdg_top_level, &r->wayland.toplevel->xdg_toplevel_listener,
r);
xdg_toplevel_set_title(r->wayland.toplevel->xdg_top_level, "Milsko Wayland App");
xdg_toplevel_set_title(r->wayland.toplevel->xdg_top_level, "Milsko App");
xdg_toplevel_set_app_id(r->wayland.toplevel->xdg_top_level, "MilskoWaylandApp");
// Perform the initial commit and wait for the first configure event