mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20:08 +00:00
deactivate testing feature
This commit is contained in:
parent
4d7b61ef59
commit
bd1ebfcb0f
@ -177,7 +177,7 @@ impl Browser {
|
|||||||
|
|
||||||
// Show welcome dialog on profile not selected yet (e.g. first launch)
|
// Show welcome dialog on profile not selected yet (e.g. first launch)
|
||||||
if self.profile.database.selected().is_none() {
|
if self.profile.database.selected().is_none() {
|
||||||
Welcome::new(self.profile.clone()).present(Some(self.widget.gobject()));
|
// @TODO Welcome::new(self.profile.clone()).present(Some(self.widget.gobject()));
|
||||||
}
|
}
|
||||||
|
|
||||||
self
|
self
|
||||||
|
Loading…
x
Reference in New Issue
Block a user