mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
deactivate testing feature
This commit is contained in:
parent
4d7b61ef59
commit
bd1ebfcb0f
1 changed files with 1 additions and 1 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() {
|
||||
Welcome::new(self.profile.clone()).present(Some(self.widget.gobject()));
|
||||
// @TODO Welcome::new(self.profile.clone()).present(Some(self.widget.gobject()));
|
||||
}
|
||||
|
||||
self
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue