This commit is contained in:
Mitternacht822 2025-06-23 09:39:12 +07:00 committed by GitHub
commit 805897fdfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -141,7 +141,7 @@ PageType {
for (var i = 0; i < cipherListView.model.count; i++) { for (var i = 0; i < cipherListView.model.count; i++) {
if (cipherListView.model.get(i).name === cipherDropDown.text) { if (cipherListView.model.get(i).name === cipherDropDown.text) {
currentIndex = i cipherListView.selectedIndex = i
} }
} }
} }