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
as the rest of the dialog's comboboxes do follow the ok/apply/cancel pattern this looks like a bug to me. Saving the entire config when main policy changes makes "cancel" not work any longer, therefore we should remove save on selection changed as proposed.
I noticed that sometimes the config is saved to the file system without me pressing any of the "OK" or "Apply" buttons in the control panel.
Digging into the code I found the following in the class
UnsignedAppletsTrustingListPanel
:When changing the value of the combo box the entire configuration is saved to the file system.
Is this intended behavior or not?
The text was updated successfully, but these errors were encountered: