cleaned unnecesarry lines
This commit is contained in:
parent
49bf5d98ff
commit
1426d60e78
1 changed files with 0 additions and 2 deletions
|
@ -140,8 +140,6 @@ PageType {
|
||||||
cipherDropDown.text = cipher
|
cipherDropDown.text = cipher
|
||||||
|
|
||||||
for (var i = 0; i < cipherListView.model.count; i++) {
|
for (var i = 0; i < cipherListView.model.count; i++) {
|
||||||
const element = cipherListView.model.get(i)
|
|
||||||
|
|
||||||
if (cipherListView.model.get(i).name === cipherDropDown.text) {
|
if (cipherListView.model.get(i).name === cipherDropDown.text) {
|
||||||
cipherListView.selectedIndex = i
|
cipherListView.selectedIndex = i
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue