1
0
Fork 0

- [gemini] changed streaming animation.

This commit is contained in:
cage 2021-07-22 20:18:22 +02:00
parent 4674205bf7
commit 81b581ff14
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)))