Add support for SSO authentication

This commit is contained in:
miruka
2020-07-25 23:31:13 -04:00
parent d7907db547
commit 157ea2ffb2
11 changed files with 405 additions and 147 deletions

View File

@@ -10,6 +10,7 @@ import "MainPane"
Item {
id: mainUI
enabled: ! window.anyPopup
property bool accountsPresent:
ModelStore.get("accounts").count > 0 || py.startupAnyAccountsSaved