Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use an enum to represent screen orientation in the Project Settings #48939

Merged
merged 1 commit into from
May 24, 2021

Commits on May 24, 2021

  1. Use an enum to represent screen orientation in the Project Settings

    - Tweak the setting property hint to be more informative.
    - Make the setting a "basic" setting so it appears when Advanced Settings
      is disabled.
    - Remove redundant orientation setting in the iOS export preset.
      The project setting is now used (like on Android).
    
    Projects upgrading from a previous version will have to set the
    screen orientation again in the Project Settings if it wasn't set
    to the default value ("landscape").
    Calinou committed May 24, 2021
    Configuration menu
    Copy the full SHA
    660952a View commit details
    Browse the repository at this point in the history