1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 13:20:05 -04:00

Add Ui::spinner shortcut method (#1494)

This commit is contained in:
Stanisław Jelnicki
2022-04-15 07:39:08 +02:00
committed by GitHub
parent b738418243
commit 2745699bd6
4 changed files with 14 additions and 3 deletions

View File

@@ -101,7 +101,7 @@ impl epi::App for HttpApp {
}
}
} else {
ui.add(egui::Spinner::new());
ui.spinner();
}
}
});