mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-28 12:04:13 +00:00
init invisible by default
This commit is contained in:
parent
524bc9f33c
commit
ffd0850f49
@ -22,6 +22,7 @@ pub fn new_gobject(show_with_delay: Option<Duration>) -> StatusPage {
|
||||
let status_page = StatusPage::builder()
|
||||
.child(&spinner)
|
||||
.title(DEFAULT_TITLE)
|
||||
.visible(false)
|
||||
.build();
|
||||
|
||||
// Apply optional delay
|
||||
|
Loading…
x
Reference in New Issue
Block a user