fix: private badge initial text shows PRIVATE OFF (matches default state)
This commit is contained in:
@@ -405,7 +405,7 @@ body { font-family: var(--font-body); background: var(--bg-primary); color: var(
|
|||||||
<button class="badge on" id="searchBadge" onclick="toggleSearch()" title="Toggle auto web search">SEARCH</button>
|
<button class="badge on" id="searchBadge" onclick="toggleSearch()" title="Toggle auto web search">SEARCH</button>
|
||||||
<button class="badge on" id="profileBadge" onclick="toggleProfile()" title="Toggle profile injection">PROFILE</button>
|
<button class="badge on" id="profileBadge" onclick="toggleProfile()" title="Toggle profile injection">PROFILE</button>
|
||||||
<button class="badge on" id="directionBadge" onclick="toggleDirection()" title="Toggle message ordering">NEW</button>
|
<button class="badge on" id="directionBadge" onclick="toggleDirection()" title="Toggle message ordering">NEW</button>
|
||||||
<button class="badge off" id="privateBadge" onclick="togglePrivate()" title="Toggle private chat mode (no persistence, no external queries)">PRIVATE</button>
|
<button class="badge off" id="privateBadge" onclick="togglePrivate()" title="Toggle private chat mode (no persistence, no external queries)">PRIVATE OFF</button>
|
||||||
<span class="info-icon" id="privateInfo" onclick="togglePrivateInfo(event)" title="What is Private Chat?">ⓘ</span>
|
<span class="info-icon" id="privateInfo" onclick="togglePrivateInfo(event)" title="What is Private Chat?">ⓘ</span>
|
||||||
<div class="info-popup" id="privateInfoPopup" style="display:none">
|
<div class="info-popup" id="privateInfoPopup" style="display:none">
|
||||||
<strong>🔒 Private Chat</strong><br><br>
|
<strong>🔒 Private Chat</strong><br><br>
|
||||||
|
|||||||
Reference in New Issue
Block a user