fix: Nightly and Debug app name

This commit is contained in:
ziro 2024-02-24 05:59:24 +07:00
parent 33a600707e
commit 14d4edc1cd
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 4 additions and 3 deletions

View file

@ -12,4 +12,5 @@
## Fixes
- Fixed cutout behaviour for Android P
- Experimental fix for some extensions doesn't detect "added to library" entries properly (Track the issue at [GH-40](https://github.com/null2264/yokai/issues/40))
- Fixed some extensions doesn't detect "added to library" entries properly ([GH-40](https://github.com/null2264/yokai/issues/40))
- Fixed nightly and debug variant doesn't include their respective prefix on their app name

View file

@ -53,7 +53,7 @@
<activity
android:name=".ui.main.MainActivity"
android:windowSoftInputMode="adjustNothing"
android:label="@string/app_short_name"
android:label="@string/app_name"
android:theme="@style/Theme.Tachiyomi.SplashScreen"
android:exported="true">
<intent-filter>
@ -253,4 +253,4 @@
</application>
</manifest>
</manifest>