Add optional Auto-translate and Speech to text toolbar icons - #12980
Merged
Conversation
Two new toolbar buttons (off by default, enabled in Settings -> Toolbar) that open Auto-translate and Speech to text, with new icons for the Dark, Light and Classic themes in both Themes.zip and the root Themes folder. Also syncs the root Themes folder with Themes.zip: backfills the missing PointSync icons and fixes the Classic RemoveTextForHi casing. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds two new optional toolbar buttons — Auto-translate and Speech to text — following the same pattern as the recent point-sync button: off by default, enabled via checkboxes in Settings → Toolbar, opening the respective dialogs.
New 32×32 icons for the Dark, Light and Classic themes (Material Design translate glyph and microphone-with-text-lines), added to both
src/ui/Assets/Themes.zipand the rootThemes/folder.Also syncs the root
Themes/folder withThemes.zip, which had drifted:PointSync.pngicons (the zip got them in Feature Request: Add "Point sync to another subtitle..." to Toolbar #12944's fix, the folder did not)Themes/Classic/RemoveTextForHI.png→RemoveTextForHi.pngto match the casing fix already applied to the zipNote: existing installs only re-extract
Themes.zipon a version bump, so the new icons reach users with the next release (same as the point-sync icon).🤖 Generated with Claude Code