mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-18 13:32:18 +01:00
Fix info for displayRatioWithFilter switch
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -55,6 +55,7 @@ const definition = defineWidget({
|
||||
displayRatioWithFilter: {
|
||||
type: 'switch',
|
||||
defaultValue: true,
|
||||
info: true,
|
||||
},
|
||||
},
|
||||
gridstack: {
|
||||
|
||||
Reference in New Issue
Block a user