Skip to content
Snippets Groups Projects
Commit b1354dab authored by Eric Gregory's avatar Eric Gregory
Browse files

Closes #7506 Reset account screen on close

parent 542b2ff9
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,9 @@ public class AccountDialog : Gtk.Dialog {
private void on_close() {
hide();
// Go back to default page.
account_list_pane.present();
}
private void on_add_account() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment