We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7428c37 commit f05bd1bCopy full SHA for f05bd1b
src/qt/coincontroldialog.cpp
@@ -828,6 +828,12 @@ void CoinControlDialog::updateView()
828
// sort view
829
sortView(sortColumn, sortOrder);
830
ui->treeWidget->setEnabled(true);
831
+
832
+ // TODO: Remove this once note locking is functional
833
+ // Hide or show locking button and context menu items
834
+ lockAction->setVisible(fSelectTransparent);
835
+ unlockAction->setVisible(fSelectTransparent);
836
+ ui->pushButtonToggleLock->setVisible(fSelectTransparent);
837
}
838
839
void CoinControlDialog::refreshDialog()
0 commit comments