aboutsummaryrefslogtreecommitdiff
path: root/src/qt/transactionview.h
diff options
context:
space:
mode:
authorJarol Rodriguez <jarolrod@tutanota.com>2021-02-17 19:57:49 -0500
committerJarol Rodriguez <jarolrod@tutanota.com>2021-02-17 19:57:49 -0500
commit8f9644890a167a093d95ecef1f12a20dce1bc581 (patch)
treec3b68ea187021022952e4e53817ebae4827d6512 /src/qt/transactionview.h
parentf5cdc290d5a41895d2bbaf474c3a951e5141b8a9 (diff)
downloadbitcoin-8f9644890a167a093d95ecef1f12a20dce1bc581.tar.xz
qt: Remove Transactionview Edit Label Action
Among the context menu actions for each transaction in the transactionview is the 'Edit Label' action. While all other actions apply directly to the selected transaction, the 'Edit Label' action applies to the address of the selected transaction. This creates a confusing UX scenario where the outcome of the action is ambiguous. The action of Editing a Label should instead be reserved for the Send and Receive tabs. This PR removes the 'Edit Label' action from the transactionview context menu. Since the 'Edit Label' action will no longer be utilized in the transactionview, the 'Edit Label' function logic is also removed.
Diffstat (limited to 'src/qt/transactionview.h')
-rw-r--r--src/qt/transactionview.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/transactionview.h b/src/qt/transactionview.h
index 9ce7f4ad97..829eedc00e 100644
--- a/src/qt/transactionview.h
+++ b/src/qt/transactionview.h
@@ -93,7 +93,6 @@ private Q_SLOTS:
void dateRangeChanged();
void showDetails();
void copyAddress();
- void editLabel();
void copyLabel();
void copyAmount();
void copyTxID();