Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Mitternacht822
1426d60e78 cleaned unnecesarry lines 2025-06-06 20:41:42 +04:00
Mitternacht822
49bf5d98ff fixed bug when current cipher was not displaying correctly in dropdown menu 2025-06-06 20:28:21 +04:00

View file

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