mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-15 02:39:19 -04:00
refactor: final Agent loader
This commit is contained in:
@@ -147,10 +147,7 @@ AgentRowCard::AgentRowCard(const AgentConfig &cfg, QWidget *parent)
|
||||
|
||||
Pill *sourcePill = nullptr;
|
||||
if (cfg.isUserSource()) {
|
||||
sourcePill = new Pill(
|
||||
Pill::User,
|
||||
cfg.overridesBundled ? Tr::tr("Override") : Tr::tr("User"),
|
||||
this);
|
||||
sourcePill = new Pill(Pill::User, Tr::tr("User"), this);
|
||||
}
|
||||
|
||||
auto *description = new QLabel(this);
|
||||
|
||||
Reference in New Issue
Block a user