diff --git a/app_pojavlauncher/build.gradle b/app_pojavlauncher/build.gradle
index ae3491794f..6ea658f21c 100644
--- a/app_pojavlauncher/build.gradle
+++ b/app_pojavlauncher/build.gradle
@@ -122,6 +122,8 @@ android {
shrinkResources false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.customDebug
+ resValue "string", "app_name", "Copper (Debug)"
+ resValue "string", "app_short_name", "Copper (Debug)"
resValue 'string', 'application_package', 'com.maxjubayeryt.copper.debug'
resValue 'string', 'storageProviderAuthorities', 'com.maxjubayeryt.copper.scoped.gamefolder.debug'
resValue 'string', 'shareProviderAuthority', 'com.maxjubayeryt.copper.scoped.controlfolder.debug'
@@ -144,7 +146,9 @@ android {
// defaultConfig already set
// multiDexEnabled = true
// debuggable = true
- resValue 'string', 'storageProviderAuthorities', 'com.maxjubayeryt.copper.scoped.gamefolder'
+ resValue "string", "app_name", "Copper"
+ resValue "string", "app_short_name", "Copper (Debug)"
+ resValue 'string', 'storageProviderAuthorities', 'com.maxjubayeryt.copper.gamefolder'
resValue 'string', 'application_package', 'com.maxjubayeryt.copper'
}
gplay {
diff --git a/app_pojavlauncher/src/main/res/drawable/ic_menu_delete_forever.xml b/app_pojavlauncher/src/main/res/drawable/ic_menu_delete_forever.xml
index 36f9aa4d4a..6d297fb891 100644
--- a/app_pojavlauncher/src/main/res/drawable/ic_menu_delete_forever.xml
+++ b/app_pojavlauncher/src/main/res/drawable/ic_menu_delete_forever.xml
@@ -1,9 +1,9 @@
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+ android:pathData="M16,2v4h6v2h-2v14L4,22L4,8L2,8L2,6h6L8,2zM14,4h-4v2h4zM14,8L6,8v12h12L18,8zM9,10h2v8L9,18zM15,10h-2v8h2z"
+ android:fillColor="#FFF"/>
diff --git a/app_pojavlauncher/src/main/res/values/strings.xml b/app_pojavlauncher/src/main/res/values/strings.xml
index 05a06abed1..4df7907217 100644
--- a/app_pojavlauncher/src/main/res/values/strings.xml
+++ b/app_pojavlauncher/src/main/res/values/strings.xml
@@ -1,7 +1,7 @@
- Copper
+ Copper
@@ -471,7 +471,7 @@
May help with shaderpack glitches. Disable if not needed, can cause crashes.
Use Compute Multidraw Emulation
Uses compute shaders for multidraw emulation
- Copper
+ Copper
Only Vanilla 1.3.1 and above are supported on demo accounts
Demo Profile not supported
Please change accounts to use this function
@@ -504,7 +504,7 @@
Auto-renderer select failed, defaulting to HolyGL4ES
Sodium detected!
It appears you are using sodium, this is unsupported and may lead to graphical issues or crashes. Please remove it and all dependent mods.
- Delete Sodium and Launch
+ Delete Sodium and Launch report this if you see this it should have been removed
Run sodium forcefully
Using sodium may cause visual bugs and crashes. You have been warned.
Sodium is not supported. No help will be given if you encounter any issues.