feat: add a setting to configure delay for video preview in video card

This commit is contained in:
Hakadao
2024-01-11 01:39:29 +08:00
parent 8e80a7c8be
commit e9ebeabc48
3 changed files with 17 additions and 7 deletions

View File

@@ -90,6 +90,9 @@ function resetDockContent() {
<SettingsItem :title="$t('settings.enable_video_ctrl_bar_on_video_card')">
<Radio v-model="settings.enableVideoCtrlBarOnVideoCard" />
</SettingsItem>
<SettingsItem title="Delayed video preview on hover over the video card">
<Radio v-model="settings.hoverVideoCardDelayed" />
</SettingsItem>
</SettingsItemGroup>
<SettingsItemGroup :title="$t('settings.group_topbar')">