Update current account on window activation

This commit is contained in:
bleakgrey 2018-05-27 19:49:41 +03:00
parent c88e581b7e
commit 2742460018

View file

@ -59,6 +59,7 @@ namespace Tootle{
else { else {
window = new MainWindow (this); window = new MainWindow (this);
window.present (); window.present ();
accounts.switched (accounts.current);
} }
} }
} }