Fix info for displayRatioWithFilter switch
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
},
|
},
|
||||||
"displayRatioWithFilter": {
|
"displayRatioWithFilter": {
|
||||||
"label": "Display filtered torrents list ratio",
|
"label": "Display filtered torrents list ratio",
|
||||||
"description": "If disabled, only the global ratio will be display. The global ratio will still use the labels if set"
|
"info": "If disabled, only the global ratio will be display. The global ratio will still use the labels if set"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -55,6 +55,7 @@ const definition = defineWidget({
|
|||||||
displayRatioWithFilter: {
|
displayRatioWithFilter: {
|
||||||
type: 'switch',
|
type: 'switch',
|
||||||
defaultValue: true,
|
defaultValue: true,
|
||||||
|
info: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
gridstack: {
|
gridstack: {
|
||||||
|
|||||||
Reference in New Issue
Block a user