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
I know it's just two text fields, but have you considered storing the texts in the sync data https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/sync
That way, when someone reinstalls firefox and logs in with their account, it'll auto sync the settings (in this case those two text fields)
The text was updated successfully, but these errors were encountered:
I do use sync though: https://github.com/virtulis/substitoot/blob/main/src/options.ts
But i haven't checked whether it actually syncs. Maybe there's something more I need to do for it to happen.
Sorry, something went wrong.
I think I had to manually put it in again
No branches or pull requests
I know it's just two text fields, but have you considered storing the texts in the sync data https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/sync
That way, when someone reinstalls firefox and logs in with their account, it'll auto sync the settings (in this case those two text fields)
The text was updated successfully, but these errors were encountered: