# HiddenByDefault

> Hide the resolution dialog on first launch.

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor](/engine/6000.5/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

> **Warning:**
>
> **Deprecated.** The Display Resolution Dialog has been removed.

```csharp
HiddenByDefault = 2
```

### Remarks

The user can see the dialog subsequently by holding the option/alt key (Mac) or shift key (Window) at application launch.
