Skip to content

Commit c6929ef

Browse files
authored
Update 'Copy ASM' button text to include emoji
1 parent 15c61f1 commit c6929ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

objdiff-gui/src/views/diff.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ pub fn diff_view_ui(
278278
&& let Some((_, symbol_diff, symbol_idx)) = left_ctx.symbol
279279
&& let Some((obj, _)) = left_ctx.obj
280280
&& ui
281-
.button("Copy ASM")
281+
.button("📋 Copy ASM")
282282
.on_hover_text_at_pointer("Copy assembly to clipboard")
283283
.clicked()
284284
{
@@ -447,7 +447,7 @@ pub fn diff_view_ui(
447447
if let Some((_, symbol_diff, symbol_idx)) = right_ctx.symbol
448448
&& let Some((obj, _)) = right_ctx.obj
449449
&& ui
450-
.button("Copy ASM")
450+
.button("📋 Copy ASM")
451451
.on_hover_text_at_pointer("Copy assembly to clipboard")
452452
.clicked()
453453
{

0 commit comments

Comments
 (0)