main: remove redundant assignment

This commit is contained in:
selsta 2021-05-26 00:28:58 +02:00
parent 937cb98256
commit aa8c1a5421
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

View file

@ -2246,7 +2246,6 @@ ApplicationWindow {
function changeWalletMode(mode){ function changeWalletMode(mode){
appWindow.disconnectedEpoch = 0; appWindow.disconnectedEpoch = 0;
appWindow.walletMode = mode;
persistentSettings.walletMode = mode; persistentSettings.walletMode = mode;
applyWalletMode(mode); applyWalletMode(mode);
} }