diff options
| author | Henry Jameson <me@hjkos.com> | 2018-08-13 17:07:45 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-08-13 17:07:45 +0300 |
| commit | 87eee191b8eaa8b7c8a396f9c6ca976c280d44af (patch) | |
| tree | dcf652f2269b1148c1b1bd4182483f4a5ddd0574 /src/i18n/messages.js | |
| parent | 18117c3bfa4cae9542e49222aad058aa52929f18 (diff) | |
Made pausing TL updating configurable. Added styles for disabled checkboxes.
Shuffled settings a bit b/c all the settings are in "Attachments" section
depsite the fact not all of them are attachments-related.
Diffstat (limited to 'src/i18n/messages.js')
| -rw-r--r-- | src/i18n/messages.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 003df68c..d672fc41 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -314,6 +314,7 @@ const en = { stop_gifs: 'Play-on-hover GIFs', autoload: 'Enable automatic loading when scrolled to the bottom', streaming: 'Enable automatic streaming of new posts when scrolled to the top', + pauseOnUnfocused: 'Pause streaming when tab is not focused', reply_link_preview: 'Enable reply-link preview on mouse hover', follow_import: 'Follow import', import_followers_from_a_csv_file: 'Import follows from a csv file', |
