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: use SelectedIndex for Platform/AppType ComboBox (avoids all type conversion) (#39)
- Config.Platform/AppType back to int (1=Windows, 2=Linux; 1=ClientApp, 2=UpgradeApp)
- Add PlatformIndex/AppTypeIndex computed properties mapping int ↔ index
- XAML: SelectedIndex binding instead of SelectedItem
- No reference equality or type conversion issues
0 commit comments