diff --git a/extensions/widgets/header/header.lcb b/extensions/widgets/header/header.lcb index 5bc837eacbd..ac1b8a93b59 100644 --- a/extensions/widgets/header/header.lcb +++ b/extensions/widgets/header/header.lcb @@ -235,8 +235,15 @@ Syntax: set the firstItemLeft of to { true | false } Syntax: get the firstItemLeft of Description: -If the property is true, then the first action in the is displayed on -the left hand side of the header bar. + +If the property is `true`, then the first action in the + is displayed on the left hand side of the header bar. + +**Note:** In some , the first action always has its +label displayed when is `true`. If you don't want +this to happen, you can set the action's label to the empty string. + +References: itemArray (property), theme (property) **/ property firstItemLeft get mFirstActionLeft set setFirstActionLeft metadata firstItemLeft.default is "true" diff --git a/extensions/widgets/header/notes/17159.md b/extensions/widgets/header/notes/17159.md new file mode 100644 index 00000000000..42ed08b5491 --- /dev/null +++ b/extensions/widgets/header/notes/17159.md @@ -0,0 +1 @@ +# [17159] Add note about firstItemLeft and label visibility