Declaration
public virtual void SaveLoud(
string filename = null,
SettingsSerializer? serializer = null
)
Summary
Saves the settings. Intended to be used whenever the settings are important enough to bug the user if this
fails.
This method is fully compatible with SettingsThreadedBase.SaveThreaded(string, SettingsSerializer?), and will cancel any
pending earlier (older) saves.