Browse Source

Set selected tab on load

pull/165/head
Ionite 1 year ago
parent
commit
130875e7da
No known key found for this signature in database
  1. 3
      StabilityMatrix.Avalonia/ViewModels/InferenceViewModel.cs

3
StabilityMatrix.Avalonia/ViewModels/InferenceViewModel.cs

@ -277,5 +277,8 @@ public partial class InferenceViewModel : PageViewModelBase
} }
Tabs.Add(vm); Tabs.Add(vm);
// Set the selected tab to the newly opened tab
SelectedTab = vm;
} }
} }

Loading…
Cancel
Save