commit 88224d5f616f4daaf28d8034765c3acd8ac87af2
parent abc3ef82f55602aed73834880141723f745ad2d2
Author: TheJackiMonster <thejackimonster@gmail.com>
Date: Sun, 13 Feb 2022 21:35:08 +0100
Hide flap when selecting account
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/ui/messenger.c b/src/ui/messenger.c
@@ -101,6 +101,8 @@ handle_accounts_listbox_row_activated(UNUSED GtkListBox* listbox,
if (!account)
return;
+ hdy_flap_set_reveal_flap(HDY_FLAP(app->ui.messenger.flap_user_details), FALSE);
+
GNUNET_CHAT_connect(app->chat.messenger.handle, account);
}