diff options
| author | Leonardo Bishop <me@leonardobishop.net> | 2025-09-18 21:58:03 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.net> | 2025-09-18 21:58:03 +0100 |
| commit | 31f80485ebd4b6198155fbd5cafcde869d572475 (patch) | |
| tree | 06a6406efcfa215d0b5cd61ea36fe037aed804f6 | |
| parent | 61e27eef33da20a9f174d2debee151cb8b100389 (diff) | |
| -rw-r--r-- | popup.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |
