From a529f0b6af2beeafc12f9195ca396723819b045f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Ker=C3=A4nen?= jaakko.keranen@iki.fi
Date: Tue, 15 Dec 2020 19:18:16 +0200
Subject: [PATCH 1/1] Window: More subtle rotating download animation
src/ui/window.c | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/src/ui/window.c b/src/ui/window.c
index 986cfe69..6edd4c0e 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -193,7 +193,15 @@ static const iMenuItem identityButtonMenuItems_[] = {
};
static const char *reloadCStr_ = "\U0001f503";
+/* TODO: A preference for these, maybe? */
static const char *stopSeqCStr_[] = {
+#if 0
/* Rotating arrow */
uiTextCaution_ColorEscape "\U00002b62",
uiTextCaution_ColorEscape "\U00002b68",
@@ -203,6 +211,7 @@ static const char *stopSeqCStr_[] = {
uiTextCaution_ColorEscape "\U00002b66",
uiTextCaution_ColorEscape "\U00002b61",
uiTextCaution_ColorEscape "\U00002b67",
+#endif
#if 0
/* Star */
uiTextCaution_ColorEscape "\u2bcc",
@@ -280,7 +289,7 @@ static void updateNavBarIdentity_(iWidget *navBar) {
setFlags_Widget(as_Widget(idItem), disabled_WidgetFlag, !ident);
}
-static const int loadAnimIntervalMs_ = 266;
+static const int loadAnimIntervalMs_ = 133;
static int loadAnimIndex_ = 0;
static const char *loadAnimationCStr_(void) {
--
2.25.1
text/plain
This content has been proxied by September (ba2dc).