aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2021-07-06 11:40:42 -0400
committerluigi1111 <luigi1111w@gmail.com>2021-07-06 11:40:42 -0400
commit4c67007e5b6c2eee166313a93ae165f7e17b1ff4 (patch)
treee5590d498208313100c596bb26a36d7d3dcd79b1 /main.qml
parent0ae1c721efedd1cd62c2369074b4e8fc50fbb409 (diff)
parentaa8c1a5421cb3ec914fc4b3a530dad71442d3cbc (diff)
downloadmonzero-gui-4c67007e5b6c2eee166313a93ae165f7e17b1ff4.tar.gz
monzero-gui-4c67007e5b6c2eee166313a93ae165f7e17b1ff4.tar.xz
monzero-gui-4c67007e5b6c2eee166313a93ae165f7e17b1ff4.zip
Merge pull request #3502
aa8c1a5 main: remove redundant assignment (selsta)
Diffstat (limited to 'main.qml')
-rw-r--r--main.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.qml b/main.qml
index 777ebebf..440d6eda 100644
--- a/main.qml
+++ b/main.qml
@@ -2253,7 +2253,6 @@ ApplicationWindow {
function changeWalletMode(mode){
appWindow.disconnectedEpoch = 0;
- appWindow.walletMode = mode;
persistentSettings.walletMode = mode;
applyWalletMode(mode);
}