cleaned unnecesarry lines

This commit is contained in:
Mitternacht822 2025-06-06 20:41:42 +04:00
parent 49bf5d98ff
commit 1426d60e78

View file

@ -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
}