Keep the natural size of the Translate action's SF symbol.

This commit is contained in:
Doug 2026-01-05 13:06:13 +00:00 committed by Doug
parent ec97996a7c
commit 2071a18102

View file

@ -149,8 +149,6 @@ enum TimelineItemMenuAction: Identifiable, Hashable {
case .translate:
Label { Text(L10n.actionTranslate) } icon: {
Image(systemSymbol: .translate)
.resizable()
.aspectRatio(contentMode: .fit)
.scaledFrame(size: 24)
}
case .copyCaption: