From aa8c1a5421cb3ec914fc4b3a530dad71442d3cbc Mon Sep 17 00:00:00 2001 From: selsta Date: Wed, 26 May 2021 00:28:58 +0200 Subject: [PATCH] main: remove redundant assignment --- main.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/main.qml b/main.qml index 14c98857..cd204e7b 100644 --- a/main.qml +++ b/main.qml @@ -2246,7 +2246,6 @@ ApplicationWindow { function changeWalletMode(mode){ appWindow.disconnectedEpoch = 0; - appWindow.walletMode = mode; persistentSettings.walletMode = mode; applyWalletMode(mode); }