update some comments

This commit is contained in:
Ian Chua
2026-07-14 13:31:28 +08:00
parent fbed6f7dc6
commit 8cc4eaea1e
6 changed files with 10 additions and 19 deletions

View File

@@ -197,8 +197,7 @@ bool PluginConfig::dirty() const
nlohmann::json capability_get_config(const PluginCapabilityInterface& capability)
{
// Shares its resolution with the dialogs, so a capability reads back exactly the config its UI
// showed as effective. Stored in neither layer: an empty object, so a plugin can index it
// unconditionally.
// showed as effective. Stored in neither layer: an empty object, indexable unconditionally.
return active_capability_config(capability_full_identity(capability, "get_config")).config;
}