Merge pull request #3502

aa8c1a5 main: remove redundant assignment (selsta)
This commit is contained in:
luigi1111 2021-07-06 11:40:42 -04:00
commit 4c67007e5b
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -2253,7 +2253,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);
} }