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
1
Compare changes
  • Side-by-side
  • Inline
@@ -34,7 +34,7 @@ class SetAccount(BaseScreen, FormScreen[Profile]):
self._account_name_input = AccountNameInput(
placeholder="Please enter hive account name, without @",
include_title_in_placeholder_when_blurred=False,
accounts_holder=self.context.accounts,
show_known_account=False,
)
self._working_account_checkbox = WorkingAccountCheckbox()
Loading