Add analysis-dependent control logic and tooltips
Introduces logic to enable or disable UI controls based on whether video analysis is complete, with appropriate tooltips for disabled states. Updates all language files to include new tooltip strings. Ensures controls like subtitle selection, SponsorBlock, and merge subtitles are only enabled after analysis, improving user guidance and preventing invalid actions.
This commit is contained in:
+4
-1
@@ -303,7 +303,10 @@
|
||||
"select_subtitles": "Seleccionar Subtítulos...",
|
||||
"sponsorblock_categories": "Categorías SponsorBlock...",
|
||||
"invalid_url_or_enter": "URL inválida o por favor ingresa una URL.",
|
||||
"zero_selected": "0 seleccionados"
|
||||
"zero_selected": "0 seleccionados",
|
||||
"analyze_first_tooltip": "Por favor analiza el video primero",
|
||||
"audio_mode_disabled": "No disponible en modo solo audio",
|
||||
"select_subtitles_first": "Por favor selecciona subtítulos primero"
|
||||
},
|
||||
"sponsorblock": {
|
||||
"sponsor": "Patrocinador",
|
||||
|
||||
Reference in New Issue
Block a user