Improve content.mute docs
This commit is contained in:
parent
282fbaf447
commit
2b1ebe2762
@ -1920,6 +1920,7 @@ On QtWebKit, this setting is unavailable.
|
|||||||
[[content.mute]]
|
[[content.mute]]
|
||||||
=== content.mute
|
=== content.mute
|
||||||
Automatically mute tabs.
|
Automatically mute tabs.
|
||||||
|
Note that if the :tab-mute command is used, the mute status for the affected tab is now controlled manually, and this setting doesn't have any effect.
|
||||||
|
|
||||||
This setting supports URL patterns.
|
This setting supports URL patterns.
|
||||||
|
|
||||||
|
@ -810,7 +810,12 @@ content.mute:
|
|||||||
default: false
|
default: false
|
||||||
type: Bool
|
type: Bool
|
||||||
supports_pattern: true
|
supports_pattern: true
|
||||||
desc: Automatically mute tabs.
|
desc: >-
|
||||||
|
Automatically mute tabs.
|
||||||
|
|
||||||
|
Note that if the `:tab-mute` command is used, the mute status for the
|
||||||
|
affected tab is now controlled manually, and this setting doesn't have any
|
||||||
|
effect.
|
||||||
|
|
||||||
# emacs: '
|
# emacs: '
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user