register network with ActionCollection when loaded
This commit is contained in:
@ -421,6 +421,10 @@ namespace EduNetworkBuilder
|
||||
maxUI = nc.GetUniqueIdentifier;
|
||||
}
|
||||
if (maxUI <= UniqueIdentifier) UniqueIdentifier = maxUI + 1;
|
||||
|
||||
//Register this in the user settings
|
||||
NBSettings tSettings = NB.GetSettings();
|
||||
if (tSettings != null) tSettings.RegisterNetAsStarted(this);
|
||||
}
|
||||
|
||||
public void OpenHelpIfNeeded(bool skipOpeningWindows)
|
||||
|
Reference in New Issue
Block a user