Skip to content
Snippets Groups Projects

Automatically add accounts to a known list after performing the appropriate actions

Merged Jakub Ziebinski requested to merge jziebinski/known-accounts into develop
All threads resolved!
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -63,6 +63,7 @@ class SetAccount(BaseScreen, FormScreen[Profile]):
# allow only for adding one account
self.context.accounts.watched.clear()
self.context.accounts.unset_working_account()
self.context.accounts.known.add(account_name)
self._remove_invalid_known_accounts(account_name)
if self.__is_working_account():
Loading