fix: hide bottom bar when choices panel is visible

This commit is contained in:
2026-06-12 19:46:11 +08:00
parent 453b2c68d2
commit e7af4a8659
2 changed files with 4 additions and 2 deletions

View File

@@ -346,6 +346,7 @@ init()
:current-speed="currentSpeed"
:visible="showTopBar"
:show-quality="!isLocalMode"
:hide="store.choices.length > 0"
@skip="handleSkip"
@speed-change="handleSpeedChange"
/>