Cleanup TODO.md

This commit is contained in:
miruka
2019-07-08 12:52:07 -04:00
parent e827c9fba2
commit 7f7a7621cf
2 changed files with 11 additions and 16 deletions

View File

@@ -14,7 +14,7 @@ Item {
Connections {
target: py
onWillLoadAccounts: function(will) {
pageStack.showPage(will ? "Default" : "SignIn")
pageStack.showPage(will ? "Default": "SignIn")
if (will) {initialRoomTimer.start()}
}
}