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); }