diff --git a/fractal-gtk/src/appop/account.rs b/fractal-gtk/src/appop/account.rs index f5a7e671..442ce3be 100644 --- a/fractal-gtk/src/appop/account.rs +++ b/fractal-gtk/src/appop/account.rs @@ -103,6 +103,7 @@ impl AppOp { } w.destroy(); }); + self.get_three_pid(); dialog.show_all(); } @@ -139,6 +140,7 @@ impl AppOp { } w.destroy(); }); + self.get_three_pid(); dialog.show_all(); }