diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-07-06 11:40:42 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-07-06 11:40:42 -0400 |
| commit | 4c67007e5b6c2eee166313a93ae165f7e17b1ff4 (patch) | |
| tree | e5590d498208313100c596bb26a36d7d3dcd79b1 /main.qml | |
| parent | 0ae1c721efedd1cd62c2369074b4e8fc50fbb409 (diff) | |
| parent | aa8c1a5421cb3ec914fc4b3a530dad71442d3cbc (diff) | |
| download | monzero-gui-4c67007e5b6c2eee166313a93ae165f7e17b1ff4.tar.gz monzero-gui-4c67007e5b6c2eee166313a93ae165f7e17b1ff4.tar.xz monzero-gui-4c67007e5b6c2eee166313a93ae165f7e17b1ff4.zip | |
Merge pull request #3502
aa8c1a5 main: remove redundant assignment (selsta)
Diffstat (limited to 'main.qml')
| -rw-r--r-- | main.qml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2253,7 +2253,6 @@ ApplicationWindow { function changeWalletMode(mode){ appWindow.disconnectedEpoch = 0; - appWindow.walletMode = mode; persistentSettings.walletMode = mode; applyWalletMode(mode); } |
