Chg: 初期設定時にiconの代替値を設定せず、アイコンがない場合はフロントエンドに任せるように

This commit is contained in:
2026-06-01 06:15:42 +09:00
parent 6c787ced1b
commit fee45d5a31
4 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
: ""'
title="ホーム"
>
<img :src='"icon" in serverInfo
<img :src='"icon" in serverInfo && serverInfo.icon
? serverInfo.icon
: "/assets/lynqchat.svg"'
/>