More IPC work
Additional checks to make sure profile update event is not getting sent when editor and default profile is involved Selected default profile can no longer be changed if profile set as default is enabled Fixed "Limit to my creatures" not ignoring objects with IdentifierType != Owned IPC test tab no longer initializes IPC if debug mode is disabled Fixed incorrect warning priority in plugin state control Some slight text changes
This commit is contained in:
@@ -197,7 +197,7 @@ public class SettingsTab
|
||||
{
|
||||
var isChecked = _configuration.DebuggingModeEnabled;
|
||||
if (CtrlHelper.CheckboxWithTextAndHelp("##debugmode", "Debug mode",
|
||||
"Enables debug mode", ref isChecked))
|
||||
"Enables debug mode. Requires plugin restart for all features to become properly initialized.", ref isChecked))
|
||||
{
|
||||
_configuration.DebuggingModeEnabled = isChecked;
|
||||
_configuration.Save();
|
||||
|
||||
Reference in New Issue
Block a user