Merge remote-tracking branch 'origin/master' into 1.7
# Conflicts: # Flax.flaxproj
This commit is contained in:
@@ -329,7 +329,7 @@ namespace FlaxEditor.Windows
|
||||
b.Checked = ShowPluginsFiles;
|
||||
b.CloseMenuOnClick = false;
|
||||
b.AutoCheck = true;
|
||||
|
||||
|
||||
b = show.ContextMenu.AddButton("Generated files", () => ShowGeneratedFiles = !ShowGeneratedFiles);
|
||||
b.TooltipText = "Shows generated files";
|
||||
b.Checked = ShowGeneratedFiles;
|
||||
@@ -755,7 +755,7 @@ namespace FlaxEditor.Windows
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Stars creating the folder.
|
||||
/// Starts creating the folder.
|
||||
/// </summary>
|
||||
public void NewFolder()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user