Use the book icon for the table-of-contents panel

Give the TOC side panel the "book-open" icon, matching the reader tab,
instead of the generic "list" icon that looked like Obsidian's outline.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
kvasonaft 2026-07-21 00:21:54 +03:00
parent ddf4b51cbb
commit 276ffa893d

View file

@ -768,7 +768,7 @@ class Fb2TocView extends ItemView {
}
getIcon(): string {
return "list";
return "book-open"; // match the reader view's book icon
}
async onOpen(): Promise<void> {