From 1426d60e78ef32d782e85a4d132471acbf642e91 Mon Sep 17 00:00:00 2001 From: Mitternacht822 Date: Fri, 6 Jun 2025 20:41:42 +0400 Subject: [PATCH] cleaned unnecesarry lines --- client/ui/qml/Pages2/PageProtocolShadowSocksSettings.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/ui/qml/Pages2/PageProtocolShadowSocksSettings.qml b/client/ui/qml/Pages2/PageProtocolShadowSocksSettings.qml index 0a6f0682..1f1de70e 100644 --- a/client/ui/qml/Pages2/PageProtocolShadowSocksSettings.qml +++ b/client/ui/qml/Pages2/PageProtocolShadowSocksSettings.qml @@ -140,8 +140,6 @@ PageType { cipherDropDown.text = cipher for (var i = 0; i < cipherListView.model.count; i++) { - const element = cipherListView.model.get(i) - if (cipherListView.model.get(i).name === cipherDropDown.text) { cipherListView.selectedIndex = i }