You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -34,6 +34,10 @@ export function usersVersionHas(feature: string): boolean {
34
34
mainSidebarControl: userVersionNumber>=v("3.19.2"),// Nov 2025
35
35
contentDeduplicator: userVersionNumber>=v("3.19.2"),// Nov 2025
36
36
}
37
-
// logDebug('usersVersionHas', `-> ${String(versionHas[feature] ?? false)} for ${feature}`)
37
+
!versionHas[feature]&&
38
+
logWarn(
39
+
'usersVersionHas',
40
+
`NotePlan version ${NotePlan.environment.version} (${String(userVersionNumber)}) does not have requested feature: "${feature}"; ${versionHas.hasOwnProperty(feature) ? `feature *is* listed in function usersVersionHas()` : 'feature *is not* listed in function usersVersionHas()'
0 commit comments