mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
remove extra format
This commit is contained in:
parent
6447b2279f
commit
9143e9eec8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue