diff --git a/apps/desktop-client/src/renderer/views/AiPlatformsView.vue b/apps/desktop-client/src/renderer/views/AiPlatformsView.vue index fa3bd07..8b7456d 100644 --- a/apps/desktop-client/src/renderer/views/AiPlatformsView.vue +++ b/apps/desktop-client/src/renderer/views/AiPlatformsView.vue @@ -610,7 +610,13 @@ async function unbindPlatform(account: AccountRow) { class="avatar-circle" :style="{ background: platformMeta(record.platform).accent }" > - + + {{ record.displayName.slice(0, 1).toUpperCase() }} @@ -1167,6 +1173,12 @@ async function unbindPlatform(account: AccountRow) { box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } +.avatar-circle img { + width: 100%; + height: 100%; + object-fit: cover; +} + .avatar-initial { color: #ffffff; font-size: 16px;