mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
implement new profile init
This commit is contained in:
parent
f558940574
commit
091b7da7b8
3 changed files with 58 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue