🎷 managedPlugins.ts

This commit is contained in:
nirholas
2026-03-31 10:24:24 +00:00
parent 8ba2e41c50
commit 360e02187a

View File

@@ -25,3 +25,4 @@ export function getManagedPluginNames(): Set<string> | null {
} }
return names.size > 0 ? names : null return names.size > 0 ? names : null
} }