revert changes related to streaming/firehose setting, reword it so it's
not confused with websocket streaming
This commit is contained in:
parent
c07c0b2260
commit
e3d602fdcc
3 changed files with 4 additions and 5 deletions
|
@ -27,7 +27,7 @@
|
|||
</BooleanSetting>
|
||||
</li>
|
||||
<li>
|
||||
<BooleanSetting path="streaming" expert="1">
|
||||
<BooleanSetting path="streaming" >
|
||||
{{ $t('settings.streaming') }}
|
||||
</BooleanSetting>
|
||||
<ul
|
||||
|
@ -38,7 +38,6 @@
|
|||
<BooleanSetting
|
||||
path="pauseOnUnfocused"
|
||||
:disabled="!streaming"
|
||||
expert="1"
|
||||
>
|
||||
{{ $t('settings.pause_on_unfocused') }}
|
||||
</BooleanSetting>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue