1
0
Fork 0

- [gemini] fixed order of links when showing tour-mode's queue (thanks op!).

This commit is contained in:
cage 2021-05-02 15:53:33 +02:00
parent 0f23ac98d8
commit 92ee1357b6
1 changed files with 1 additions and 1 deletions

View File

@ -1912,5 +1912,5 @@ gemini://gemini.circumlunar.space/docs/companion/subscription.gmi
(defun show-tour-links ()
"Show a link window with all the links in the tour queue."
(open-message-link-window:init-gemini-links tour)
(open-message-link-window:init-gemini-links (reverse tour))
(focus-to-open-message-link-window)))