Change default orientation to Portrait

This commit is contained in:
2026-02-25 10:18:55 +00:00
parent 1136fd018d
commit f915f7bbba

View File

@@ -14,7 +14,7 @@
<activity
android:name="com.iofferyoutea.WitchQueen.android.AndroidLauncher"
android:label="@string/app_name"
android:screenOrientation="landscape"
android:screenOrientation="portrait"
android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenSize|screenLayout"
android:exported="true">
<intent-filter>