Enable encryption

This commit is contained in:
miruka
2019-07-08 13:08:46 -04:00
parent 7f7a7621cf
commit 4472d44320
2 changed files with 14 additions and 3 deletions

View File

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