fix feature detect

This commit is contained in:
fyears 2024-07-13 23:03:55 +08:00
parent 1012bf3d09
commit 428e23941a

View File

@ -310,7 +310,7 @@ export const generateProSettingsPart = (
const allowOnedriveFull =
plugin.settings.pro?.enabledProFeatures.filter(
(x) => x.featureName === "feature-box"
(x) => x.featureName === "feature-onedrive_full"
).length === 1;
console.debug(
`allow to show up OnedriveFull settings? ${allowOnedriveFull}`