mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
main: remove redundant assignment
This commit is contained in:
parent
937cb98256
commit
aa8c1a5421
1 changed files with 0 additions and 1 deletions
1
main.qml
1
main.qml
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue