Settings: move Merchant menu entry

This commit is contained in:
thotbot
2020-04-13 23:15:14 +02:00
committed by selsta
parent 8e4124f06a
commit 5ebe3f5092
4 changed files with 14 additions and 33 deletions

View File

@@ -1619,12 +1619,6 @@ ApplicationWindow {
updateBalance();
}
onMerchantClicked: {
middlePanel.state = "Merchant";
middlePanel.flickable.contentY = 0;
updateBalance();
}
onTxkeyClicked: {
middlePanel.state = "TxKey";
middlePanel.flickable.contentY = 0;