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:
parent
af2027ec9d
commit
7225830347
@ -512,7 +512,7 @@ open-message-link-window.input.selected.foreground = #FF00FF
|
||||
|
||||
# gemini browser
|
||||
|
||||
gemini.downloading.animation = "🕐 🕑 🕒 🕓 🕔 🕕 🕖 🕗 🕘 🕙 🕚 🕛"
|
||||
gemini.downloading.animation = "⠇ ⠋ ⠙ ⠸ ⠴ ⠦"
|
||||
|
||||
gemini.favicon = "🌍"
|
||||
|
||||
|
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user