mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
providers: Don't show content on placehodler
Fixes: https://gitlab.gnome.org/World/Authenticator/-/issues/441
This commit is contained in:
parent
693a4e09c0
commit
e34b4d12fa
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ impl ProvidersDialog {
|
|||
imp.search_bar.set_key_capture_widget(Some(self));
|
||||
}
|
||||
View::Placeholder => {
|
||||
imp.deck.set_show_content(true);
|
||||
imp.deck.set_show_content(false);
|
||||
imp.stack.set_visible_child_name("placeholder");
|
||||
imp.search_bar.set_key_capture_widget(Some(self));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue