Update current account on window activation

This commit is contained in:
bleakgrey 2018-05-27 19:49:41 +03:00
parent c88e581b7e
commit 2742460018
1 changed files with 1 additions and 0 deletions

View File

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