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
@@ -320,7 +320,10 @@
|
||||
"select_subtitles": "Select Subtitles...",
|
||||
"sponsorblock_categories": "SponsorBlock Categories...",
|
||||
"invalid_url_or_enter": "Invalid URL or please enter a URL.",
|
||||
"zero_selected": "0 selected"
|
||||
"zero_selected": "0 selected",
|
||||
"analyze_first_tooltip": "Please analyze the video first",
|
||||
"audio_mode_disabled": "Not available in audio-only mode",
|
||||
"select_subtitles_first": "Please select subtitles first"
|
||||
},
|
||||
"sponsorblock": {
|
||||
"sponsor": "Sponsor",
|
||||
|
||||
Reference in New Issue
Block a user