feat: allow individual toggling of plugins in a single custom collection from the installed plugins page

This commit is contained in:
goat 2023-08-13 22:42:59 +02:00
parent 593b338a26
commit 7c428e6b72
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
2 changed files with 63 additions and 49 deletions

View file

@ -232,4 +232,7 @@ internal class Profile
if (apply)
await this.manager.ApplyAllWantStatesAsync();
}
/// <inheritdoc/>
public override string ToString() => $"{this.Guid} ({this.Name})";
}