Rename NewWindowMethod to NewWindowLocation and add handling for new asset windows too

#577
This commit is contained in:
Wojtek Figat
2021-08-05 18:56:55 +02:00
parent 16654fa639
commit 425c23fea1
3 changed files with 28 additions and 22 deletions

View File

@@ -110,8 +110,8 @@ namespace FlaxEditor.Options
/// Gets or sets the method window opening.
/// </summary>
[DefaultValue(DockStateProxy.Float)]
[EditorDisplay("Interface", "Define The Opening Window Method"), EditorOrder(150), Tooltip("Define the opening method for new windows, open in a new tab by default.")]
public DockStateProxy NewWindowMethod { get; set; } = DockStateProxy.Float;
[EditorDisplay("Interface", "New Window Location"), EditorOrder(150), Tooltip("Define the opening method for new windows, open in a new tab by default.")]
public DockStateProxy NewWindowLocation { get; set; } = DockStateProxy.Float;
/// <summary>
/// Gets or sets the timestamps prefix mode for debug log messages.