Fix info for displayRatioWithFilter switch

This commit is contained in:
Someone
2023-11-07 12:15:56 +01:00
committed by GitHub
parent bb92c564d6
commit 314ccc7a23
2 changed files with 2 additions and 1 deletions

View File

@@ -22,7 +22,7 @@
},
"displayRatioWithFilter": {
"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"
}
}
},

View File

@@ -55,6 +55,7 @@ const definition = defineWidget({
displayRatioWithFilter: {
type: 'switch',
defaultValue: true,
info: true,
},
},
gridstack: {