Skip to content

Commit

Permalink
Change duplicate icon to have a difference to copy icon, closes #552
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Dec 16, 2023
1 parent fb9098b commit 1b3981c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/dialogs/elements.dart
Expand Up @@ -67,7 +67,7 @@ ContextMenuBuilder buildElementsContextMenu(
label: AppLocalizations.of(context).copy,
),
ContextMenuItem(
icon: const PhosphorIcon(PhosphorIconsLight.copy),
icon: const PhosphorIcon(PhosphorIconsLight.copySimple),
onPressed: () async {
Navigator.of(context).pop(true);
final document = state.data;
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/84.txt
@@ -1,3 +1,4 @@
* Change duplicate icon to have a difference to copy icon ([#552](https://github.com/LinwoodDev/Butterfly/issues/552))
* Improve responsiveness of dialogs on mobile devices ([#550](https://github.com/LinwoodDev/Butterfly/issues/550))

View all changes in the blog: https://linwood.dev/butterfly/2.0.0-rc.3

0 comments on commit 1b3981c

Please sign in to comment.