menu: add minimised state akin to openbox (fix indent)

This commit is contained in:
David Barr 2025-08-22 08:46:14 +01:00 committed by GitHub
parent f74a564dfc
commit 474b702078
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -908,9 +908,9 @@ update_client_list_combined_menu(struct server *server)
buf_add(&buffer, "*");
}
if (view->minimized) {
buf_add_fmt(&buffer, "(%s)", title);
buf_add_fmt(&buffer, "(%s)", title);
} else
buf_add(&buffer, title);
buf_add(&buffer, title);
item = item_create(menu, buffer.data, NULL,
/*show arrow*/ false);