mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
osd: always show output name with <field content="output">
Before this patch, output names were not shown if there's only one output.
This commit is contained in:
parent
a157999925
commit
f2be08822f
1 changed files with 1 additions and 2 deletions
|
|
@ -330,8 +330,7 @@ osd_field_arg_from_xml_node(struct window_switcher_field *field,
|
|||
} else if (!strcmp(content, "state")) {
|
||||
field->content = LAB_FIELD_WIN_STATE;
|
||||
} else if (!strcmp(content, "output")) {
|
||||
/* Keep old defaults */
|
||||
field->content = LAB_FIELD_OUTPUT_SHORT;
|
||||
field->content = LAB_FIELD_OUTPUT;
|
||||
} else if (!strcmp(content, "custom")) {
|
||||
field->content = LAB_FIELD_CUSTOM;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue