Add separator before reload node in Media Types tree
This commit is contained in:
committed by
Michael Latouche
parent
fd992f65bb
commit
eb9f9c68dd
@@ -112,7 +112,7 @@ public class MediaTypeTreeController : TreeController, ISearchableTree
|
||||
|
||||
// root actions
|
||||
menu.Items.Add<ActionNew>(LocalizedTextService, opensDialog: true, useLegacyIcon: false);
|
||||
menu.Items.Add(new RefreshNode(LocalizedTextService));
|
||||
menu.Items.Add(new RefreshNode(LocalizedTextService, true));
|
||||
return menu;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user