Expanded subtitle font size and change range (#1254)

This commit is contained in:
oreno_dinner 2024-10-14 03:40:17 +09:00 committed by GitHub
parent 486398d4ce
commit 1c606d5afa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ extension VideoPlayerSettingsView {
BasicStepper(
title: L10n.subtitleSize,
value: $subtitleSize,
range: 8 ... 24,
range: 1 ... 24,
step: 1
)