implement profile variants builder

This commit is contained in:
yggverse 2024-11-13 10:54:34 +02:00
parent 01bef05346
commit 324c1044e3
3 changed files with 78 additions and 25 deletions

View file

@ -177,7 +177,7 @@ impl Browser {
// Show welcome dialog on profile not selected yet (e.g. first launch)
if self.profile.database.selected().is_none() {
// @TODO Welcome::new(self.profile.clone()).present(Some(self.widget.gobject()));
// @TODO Welcome::new(self.profile.clone(), self.widget.gobject().clone()).present();
}
self