We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bfd519 commit 6bbec30Copy full SHA for 6bbec30
1 file changed
src/specter.py
@@ -298,7 +298,7 @@ async def initmenu(self):
298
299
async def import_mnemonic(self):
300
host = await self.gui.menu(title="What to use for import?", note="\n",
301
- buttons=[(host, host.button) for host in self.hosts if host.button],
+ buttons=[(host, host.button) for host in self.hosts if host.is_enabled],
302
last=(255, None))
303
if host == 255:
304
return
0 commit comments