implement new profile init

This commit is contained in:
yggverse 2024-11-13 11:36:48 +02:00
parent f558940574
commit 091b7da7b8
3 changed files with 58 additions and 13 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(), self.widget.gobject().clone()).present();
Welcome::new(self.profile.clone(), self.widget.gobject().clone()).present();
}
self