Skip to content

Commit

Permalink
Update intra refresh default disabled text to auto
Browse files Browse the repository at this point in the history
  • Loading branch information
ClassicOldSong committed Jan 1, 2025
1 parent 8419617 commit 7415f61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const config = ref(props.config)
<div>
<label for="nvenc_h264_cavlc" class="form-label">{{ $t('config.nvenc_intra_refresh') }}</label>
<select id="nvenc_h264_cavlc" class="form-select" v-model="config.nvenc_intra_refresh">
<option value="disabled">{{ $t('_common.disabled_def') }}</option>
<option value="disabled">{{ $t('_common.auto') }}</option>
<option value="enabled">{{ $t('_common.enabled') }}</option>
</select>
<div class="form-text">{{ $t('config.nvenc_intra_refresh_desc') }}</div>
Expand Down

0 comments on commit 7415f61

Please sign in to comment.