Skip to content

Commit

Permalink
Dropdown instead of radio buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
silamon committed Dec 23, 2024
1 parent c9197af commit dccbe71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export class HuiViewBackgroundEditor extends LitElement {
translation_key:
"ui.panel.lovelace.editor.edit_view.background.repeat",
options: ["repeat", "no-repeat"],
mode: "dropdown"
mode: "dropdown",
},
},
},
Expand Down

0 comments on commit dccbe71

Please sign in to comment.