From d69c24aba2374ac9b2f7a0d65cde00ffd58fd953 Mon Sep 17 00:00:00 2001 From: cage Date: Sun, 8 Dec 2024 19:49:45 +0100 Subject: [PATCH] - added tooltip for gempub TOC button, in the ttolbar. --- src/gui/client/main-window.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/gui/client/main-window.lisp b/src/gui/client/main-window.lisp index 7d76181..f983e18 100644 --- a/src/gui/client/main-window.lisp +++ b/src/gui/client/main-window.lisp @@ -1778,7 +1778,9 @@ local file paths." (bookmark-button (_ "add or remove bookmark")) (tour-button (_ "go to the next link in tour")) (subscribe-button (_ "subscribe/unsubscribe to this gemlog")) - (inline-images-button (_ "inline images"))) + (inline-images-button (_ "inline images")) + (toc-button (_ "go to gempub TOC"))) + (gui:grid back-button 0 0 :sticky :nsw) (gui:grid reload-button 0 1 :sticky :nsw) (gui:grid up-button 0 2 :sticky :nsw)