In order to apply the tweak follow the following steps.
Step 1
Add the following code line in Info -> workspaceWindowCreated function after super call.if (infolog.navPane())
{
infolog.navPane().expandFavoriteNode('My favorites');
}
Step 2
Compile the class and Generate Incremental IL
Step 3
Before |
No comments:
Post a Comment