summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.net>2025-09-18 21:58:03 +0100
committerLeonardo Bishop <me@leonardobishop.net>2025-09-18 21:58:03 +0100
commit31f80485ebd4b6198155fbd5cafcde869d572475 (patch)
tree06a6406efcfa215d0b5cd61ea36fe037aed804f6
parent61e27eef33da20a9f174d2debee151cb8b100389 (diff)
Update button kindHEADmaster
-rw-r--r--popup.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/popup.html b/popup.html
index 21aba86..c7d5a01 100644
--- a/popup.html
+++ b/popup.html
@@ -42,7 +42,7 @@
<body>
<div id="controls">
<button class="control" id="unread" data-kind="unread" title="Unread" disabled>📚</button>
- <button class="control" id="read" data-kind="read" title="Read" disabled>👀</button>
+ <button class="control" id="seen" data-kind="seen" title="Seen" disabled>👀</button>
<button class="control" id="starred" data-kind="starred" title="Starred" disabled>⭐</button>
<button class="control" id="clear" title="Clear" disabled>X</button>
</div>