Add missing config entry for Disable Autoplaying Sounds.

This commit is contained in:
ccd0 2015-01-26 03:16:35 -08:00
parent 813de2b71b
commit 19bbe8fe9e
3 changed files with 8 additions and 2 deletions

View File

@ -163,7 +163,8 @@
'Reveal Spoilers': [false, 'Indicate spoilers if Remove Spoilers is enabled, or make the text appear hovered if Remove Spoiler is disabled.'],
'Show Support Message': [true, 'Warn if your browser is unsupported. appchan x may not operate correctly on unsupported browser versions.'],
'Normalize URL': [true, 'Rewrite the URL of the current page, removing stubs and changing /res/ to /thread/.'],
'Announcement Hiding': [true, 'Enable announcements to be hidden.']
'Announcement Hiding': [true, 'Enable announcements to be hidden.'],
'Disable Autoplaying Sounds': [false, 'Prevent sounds on the page from autoplaying.']
},
'Linkification': {
'Linkify': [true, 'Convert text into links where applicable.'],

View File

@ -135,7 +135,8 @@
'Reveal Spoilers': [false, 'Indicate spoilers if Remove Spoilers is enabled, or make the text appear hovered if Remove Spoiler is disabled.'],
'Show Support Message': [true, 'Warn if your browser is unsupported. appchan x may not operate correctly on unsupported browser versions.'],
'Normalize URL': [true, 'Rewrite the URL of the current page, removing stubs and changing /res/ to /thread/.'],
'Announcement Hiding': [true, 'Enable announcements to be hidden.']
'Announcement Hiding': [true, 'Enable announcements to be hidden.'],
'Disable Autoplaying Sounds': [false, 'Prevent sounds on the page from autoplaying.']
},
'Linkification': {
'Linkify': [true, 'Convert text into links where applicable.'],

View File

@ -94,6 +94,10 @@ Config =
true
'Enable announcements to be hidden.'
]
'Disable Autoplaying Sounds': [
false
'Prevent sounds on the page from autoplaying.'
]
'Linkification':
'Linkify': [