Skip to content

Commit

Permalink
refactor(Twitter): Change translator icon
Browse files Browse the repository at this point in the history
  • Loading branch information
swakwork committed Nov 2, 2024
1 parent 737fb9e commit bf5f027
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ object NativeTranslatorPatch : BytecodePatch(
ShareMenuButtonInitHook.setButtonText("View in Spaces Sandbox", "translate_tweet_show", offset)

// icon
ShareMenuButtonInitHook.setButtonIcon(buttonReference, "ic_vector_birdwatch", 0)
ShareMenuButtonInitHook.setButtonIcon(buttonReference, "ic_vector_sparkle", 0)

SettingsStatusLoadFingerprint.enableSettings("nativeTranslator")
}
Expand Down

0 comments on commit bf5f027

Please sign in to comment.