mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
implement profile variants builder
This commit is contained in:
parent
01bef05346
commit
324c1044e3
3 changed files with 78 additions and 25 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()).present(Some(self.widget.gobject()));
|
||||
// @TODO Welcome::new(self.profile.clone(), self.widget.gobject().clone()).present();
|
||||
}
|
||||
|
||||
self
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue