mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-23 19:05:51 +00:00
change copy to clipboard text in desktop xpub dialog
This commit is contained in:
parent
d91df1165f
commit
84fea4e9ff
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class _DesktopShowXpubDialog extends ConsumerState<DesktopShowXpubDialog> {
|
||||||
SecondaryButton(
|
SecondaryButton(
|
||||||
width: 250,
|
width: 250,
|
||||||
buttonHeight: ButtonHeight.xl,
|
buttonHeight: ButtonHeight.xl,
|
||||||
label: "Copy to clipboard",
|
label: "Copy",
|
||||||
onPressed: () async {
|
onPressed: () async {
|
||||||
await _copy();
|
await _copy();
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in a new issue