mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
feat: add a setting to configure delay for video preview in video card
This commit is contained in:
@@ -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')">
|
||||
|
||||
Reference in New Issue
Block a user