img: remove loading spinners

This adds blank space, but it will be nice if we can improve this
by either fading in or having some shimmer effect.

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-09-06 21:04:02 -07:00
parent 8602650278
commit 772bfbad5f
3 changed files with 6 additions and 3 deletions

View File

@@ -196,6 +196,7 @@ pub fn create_themed_visuals(theme: ColorTheme, default: Visuals) -> Visuals {
width: 1.0,
color: theme.window_stroke_color,
},
image_loading_spinners: false,
..default
}
}