-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
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
Add an autoremember timer #331
base: main
Are you sure you want to change the base?
Conversation
Good news. |
@andr222 sorry for the delay in responding! CONTRIBUTING.md has instructions (tested on Ubuntu 20.04).
This will give you a separate TabFern installation in which you can test out the feature. It is totally separate from your Chrome Web Store TF installation, and will show up with an orange icon instead of a green icon. |
- Add getIntSetting() method - Export default validators from setting-definitions - Add tests of setting-definitions and setting-accessors
e4f43dd
to
c638b55
Compare
Force-push changes:
|
`Settings | What's New?` is still the only way I have of communicating with TF users who aren't on GitHub.
c638b55
to
03a5228
Compare
Force-push changes: replace 😅 with |
Add a setting that, if a positive integer
I
, will cause all windows to be autoremembered everyI
minutes.Fixes #316.