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
Try to clone the settings directly from the control
Okay this is harder, but maybe not impossible, but probably impossible in v1.
The Profile knows how to build the connection settings, and the
ControlSettings, etc. However, when the settings reloads like in this bug,
we'll remove all the old profiles, and build a new list.
If we wanted the case 1 behavior, we could wait until the Profile is a winrt
object, then have each Pane hold a strong ref to the Profile that it's
hosting. Then it would be trivial to be able to duplicate the settings from
it. I believe that work is tracked in #3998.
How palatable is doing case 3 now (to fix the crash), then filing a follow up
to do case 1 once #3998 is done?
0 commit comments