Add missing config entry for Disable Autoplaying Sounds.
This commit is contained in:
parent
813de2b71b
commit
19bbe8fe9e
@ -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.'],
|
'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.'],
|
'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/.'],
|
'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': {
|
'Linkification': {
|
||||||
'Linkify': [true, 'Convert text into links where applicable.'],
|
'Linkify': [true, 'Convert text into links where applicable.'],
|
||||||
|
|||||||
@ -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.'],
|
'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.'],
|
'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/.'],
|
'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': {
|
'Linkification': {
|
||||||
'Linkify': [true, 'Convert text into links where applicable.'],
|
'Linkify': [true, 'Convert text into links where applicable.'],
|
||||||
|
|||||||
@ -94,6 +94,10 @@ Config =
|
|||||||
true
|
true
|
||||||
'Enable announcements to be hidden.'
|
'Enable announcements to be hidden.'
|
||||||
]
|
]
|
||||||
|
'Disable Autoplaying Sounds': [
|
||||||
|
false
|
||||||
|
'Prevent sounds on the page from autoplaying.'
|
||||||
|
]
|
||||||
|
|
||||||
'Linkification':
|
'Linkification':
|
||||||
'Linkify': [
|
'Linkify': [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user