You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: prevent version selection reset when loading more releases
When users clicked 'Load more...' to fetch additional releases in the
installer dialog, the version dropdown would reset to index 0, losing
the user's current selection.
This fix only sets the index to 0 on initial page load (when loaded_page == 1),
preserving the selected version during pagination.
0 commit comments