🤡 Forgot label + touch up

This commit is contained in:
Tagaishi
2023-07-31 00:32:11 +02:00
parent 2b9de2405e
commit 3b95b8d8c8
2 changed files with 5 additions and 2 deletions

View File

@@ -3,7 +3,10 @@
"name": "Media request stats",
"description": "Statistics about your media requests",
"settings": {
"title": "Media requests stats"
"title": "Media requests stats",
"direction": {
"label": "Direction of the layout."
}
}
},
"stats": {

View File

@@ -14,7 +14,7 @@ const definition = defineWidget({
options: {
direction: {
type: 'select',
defaultValue: 'row',
defaultValue: 'horizontal',
data: [
{ label: 'Horizontal', value: 'horizontal' },
{ label: 'Vertical', value: 'vertical' },