revert changes related to streaming/firehose setting, reword it so it's

not confused with websocket streaming
This commit is contained in:
Henry Jameson 2022-02-28 17:45:07 +02:00
parent c07c0b2260
commit e3d602fdcc
3 changed files with 4 additions and 5 deletions

View file

@ -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>