remove extra format

This commit is contained in:
yggverse 2024-10-29 19:22:12 +02:00
parent 6447b2279f
commit 9143e9eec8

View file

@ -547,7 +547,7 @@ impl Page {
) => { ) => {
// Final image size unknown, show loading widget // Final image size unknown, show loading widget
let status = content.set_status_loading( let status = content.set_status_loading(
Some(&gformat!("Loading..")), Some(&"Loading.."),
None None
); );