init invisible by default

This commit is contained in:
yggverse 2024-12-09 05:16:56 +02:00
parent 524bc9f33c
commit ffd0850f49

View File

@ -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