We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open Any wallet saves recently opened in config file
~/.electrum-firo/config
line:
"recently_open": [ "/home/amnesia/.electrum-firo/wallets/test" ],
To have option in the preferences/settings to turn off:
write recently opened wallets to config file
like Feather (Monero wallet) has
(I'm not sure how to implement this or else I would have made a pull request. Feather is made with C++ and Electrum-Firo is using python)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Actual behavior
Open Any wallet saves recently opened in config file
Steps to reproduce
Crash / debug logs
~/.electrum-firo/config
line:
Desired behavior
To have option in the preferences/settings to turn off:
write recently opened wallets to config file
like Feather (Monero wallet) has
(I'm not sure how to implement this or else I would have made a pull request. Feather is made with C++ and Electrum-Firo is using python)
The text was updated successfully, but these errors were encountered: