mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-19 16:13:55 +02:00
Merge pull request #3502
aa8c1a5
main: remove redundant assignment (selsta)
This commit is contained in:
commit
4c67007e5b
1
main.qml
1
main.qml
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user