Add separator before reload node in Media Types tree

This commit is contained in:
Bjarne Fyrstenborg
2022-09-15 08:45:19 +02:00
committed by Michael Latouche
parent fd992f65bb
commit eb9f9c68dd

View File

@@ -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;
}