mirror of
https://github.com/kvasonaft/fb2-reader.git
synced 2026-07-22 08:31:14 +00:00
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:
parent
ddf4b51cbb
commit
276ffa893d
1 changed files with 1 additions and 1 deletions
|
|
@ -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> {
|
||||
|
|
|
|||
Loading…
Reference in a new issue