aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}