Skip to content

Commit

Permalink
Merge pull request #101180 from syntaxerror247/editor-themed-icon
Browse files Browse the repository at this point in the history
Android Editor: Fix themed icon
  • Loading branch information
akien-mga committed Jan 6, 2025
2 parents f927802 + d7532f0 commit 52f542b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/android/java/editor/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<application
android:allowBackup="false"
android:icon="@mipmap/icon"
android:icon="@mipmap/themed_icon"
android:label="${editorAppName}${editorBuildSuffix}"
android:requestLegacyExternalStorage="true"
android:theme="@style/GodotEditorSplashScreenTheme"
Expand All @@ -43,7 +43,7 @@
android:name=".GodotEditor"
android:configChanges="orientation|keyboardHidden|screenSize|smallestScreenSize|density|keyboard|navigation|screenLayout|uiMode"
android:exported="true"
android:icon="@mipmap/icon"
android:icon="@mipmap/themed_icon"
android:launchMode="singleTask"
android:screenOrientation="userLandscape">
<layout
Expand Down

0 comments on commit 52f542b

Please sign in to comment.