deactivate testing feature

This commit is contained in:
yggverse 2024-11-13 08:05:12 +02:00
parent 4d7b61ef59
commit bd1ebfcb0f

View File

@ -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