mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
init invisible by default
This commit is contained in:
parent
524bc9f33c
commit
ffd0850f49
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ pub fn new_gobject(show_with_delay: Option<Duration>) -> StatusPage {
|
||||||
let status_page = StatusPage::builder()
|
let status_page = StatusPage::builder()
|
||||||
.child(&spinner)
|
.child(&spinner)
|
||||||
.title(DEFAULT_TITLE)
|
.title(DEFAULT_TITLE)
|
||||||
|
.visible(false)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
// Apply optional delay
|
// Apply optional delay
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue