diff --git a/src/main.ts b/src/main.ts index 3e6ebd1..19b3fc3 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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 {