fix: disabled accounts still being used in sticky selection
getCurrentAccountForFamily() returned accounts by index without checking the enabled flag, causing disabled accounts to be selected in sticky mode. The fix adds an enabled check before returning the account, ensuring disabled accounts fall through to getNextForFamily() which properly filters by enabled status. Fixes #381
N
Noe committed
ddcee09909069cd5135aa693d96b5bf8d4e11529
Parent: 80b3ffe