We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f45df81 + 28bbfc4 commit 350d3c9Copy full SHA for 350d3c9
1 file changed
Sources/ProfilesControl.cs
@@ -264,6 +264,7 @@ private void SelectedProfileChanged(object sender, ProfileViewControl.SelectedPr
264
}
265
profs.LoadProfile(pvc_sender.SelectedProfile, pvc_sender.ProfileInfo);
266
succession.SuccessionList[ptc.IndexOf(pvc_sender)].ProfileSelected = pvc_sender.SelectedProfile;
267
+ InterfaceASC?.ProfileSelected(pvc_sender.ProfileInfo.ProfileName);
268
269
270
public void ProfileTabPermuting(object sender, Tuple<int, int> indices)
0 commit comments