We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b00608c commit b273ecdCopy full SHA for b273ecd
1 file changed
TablePro/Core/Plugins/PluginManager.swift
@@ -871,6 +871,7 @@ final class PluginManager {
871
unregisterCapabilities(pluginId: pluginId)
872
}
873
874
+ queryBuildingDriverCache.removeAll()
875
Self.logger.info("Plugin '\(pluginId)' \(enabled ? "enabled" : "disabled")")
876
877
0 commit comments