1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2024-12-14 22:54:02 +01:00

- [gemini] changed streaming animation.

This commit is contained in:
cage 2021-07-22 20:18:22 +02:00
parent af2027ec9d
commit 7225830347
2 changed files with 2 additions and 2 deletions

View File

@ -512,7 +512,7 @@ open-message-link-window.input.selected.foreground = #FF00FF
# gemini browser
gemini.downloading.animation = "🕐 🕑 🕒 🕓 🕔 🕕 🕖 🕗 🕘 🕙 🕚 🕛"
gemini.downloading.animation = "⠇ ⠋ ⠙ ⠸ ⠴ ⠦"
gemini.favicon = "🌍"

View File

@ -198,7 +198,7 @@
(let ((index 0)
(frames -1)
(slowness 30))
(slowness 15))
(declare (fixnum index frames slowness))
(defun draw-downloading-animation (window)
(declare (optimize (debug 0) (speed 2)))