fix feature detect
This commit is contained in:
parent
1012bf3d09
commit
428e23941a
@ -310,7 +310,7 @@ export const generateProSettingsPart = (
|
|||||||
|
|
||||||
const allowOnedriveFull =
|
const allowOnedriveFull =
|
||||||
plugin.settings.pro?.enabledProFeatures.filter(
|
plugin.settings.pro?.enabledProFeatures.filter(
|
||||||
(x) => x.featureName === "feature-box"
|
(x) => x.featureName === "feature-onedrive_full"
|
||||||
).length === 1;
|
).length === 1;
|
||||||
console.debug(
|
console.debug(
|
||||||
`allow to show up OnedriveFull settings? ${allowOnedriveFull}`
|
`allow to show up OnedriveFull settings? ${allowOnedriveFull}`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user