Enable native windowing system settings with SDL platform

This commit is contained in:
2024-07-25 21:30:58 +03:00
committed by Ari Vuollet
parent 8fcc3ef607
commit 7c5917b725
5 changed files with 12 additions and 10 deletions

View File

@@ -167,7 +167,7 @@ namespace FlaxEditor.Options
[EditorDisplay("Interface"), EditorOrder(10), Tooltip("Editor User Interface scale. Applied to all UI elements, windows and text. Can be used to scale the interface up on a bigger display. Editor restart required.")]
public float InterfaceScale { get; set; } = 1.0f;
#if PLATFORM_WINDOWS
#if PLATFORM_WINDOWS || PLATFORM_SDL
/// <summary>
/// Gets or sets a value indicating whether use native window title bar. Editor restart required.
/// </summary>