mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 13: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()
|
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…
x
Reference in New Issue
Block a user