mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-02 03:06:26 +00:00
Merge pull request #3502
aa8c1a5
main: remove redundant assignment (selsta)
This commit is contained in:
commit
4c67007e5b
1 changed files with 0 additions and 1 deletions
1
main.qml
1
main.qml
|
@ -2253,7 +2253,6 @@ ApplicationWindow {
|
|||
|
||||
function changeWalletMode(mode){
|
||||
appWindow.disconnectedEpoch = 0;
|
||||
appWindow.walletMode = mode;
|
||||
persistentSettings.walletMode = mode;
|
||||
applyWalletMode(mode);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue