diff --git a/app/src/main/java/org/oxycblt/auxio/image/BaseFetcher.kt b/app/src/main/java/org/oxycblt/auxio/image/BaseFetcher.kt
index 30490afdc..0eb2896f0 100644
--- a/app/src/main/java/org/oxycblt/auxio/image/BaseFetcher.kt
+++ b/app/src/main/java/org/oxycblt/auxio/image/BaseFetcher.kt
@@ -62,7 +62,7 @@ abstract class BaseFetcher : Fetcher {
*/
protected suspend fun fetchArt(context: Context, album: Album): InputStream? {
val settings = Settings(context)
-
+
if (!settings.showCovers) {
return null
}
diff --git a/app/src/main/res/drawable/ic_dark.xml b/app/src/main/res/drawable/ic_dark.xml
index 6eb6eba85..6f5e149a3 100644
--- a/app/src/main/res/drawable/ic_dark.xml
+++ b/app/src/main/res/drawable/ic_dark.xml
@@ -7,5 +7,5 @@
android:tint="?attr/colorControlNormal">
+ android:pathData="M12,3c-4.97,0 -9,4.03 -9,9s4.03,9 9,9s9,-4.03 9,-9c0,-0.46 -0.04,-0.92 -0.1,-1.36c-0.98,1.37 -2.58,2.26 -4.4,2.26c-2.98,0 -5.4,-2.42 -5.4,-5.4c0,-1.81 0.89,-3.42 2.26,-4.4C12.92,3.04 12.46,3 12,3L12,3z"/>
diff --git a/app/src/main/res/drawable/ic_more.xml b/app/src/main/res/drawable/ic_more.xml
deleted file mode 100644
index 012cddc6b..000000000
--- a/app/src/main/res/drawable/ic_more.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
diff --git a/info/FAQ.md b/info/FAQ.md
index c4c1b7538..bfc4c1eeb 100644
--- a/info/FAQ.md
+++ b/info/FAQ.md
@@ -85,5 +85,4 @@ Open an [Issue](https://github.com/OxygenCobalt/Auxio/issues) or a [Pull Request
please note the [Contribution Guidelines](../.github/CONTRIBUTING.md) and [Accepted Additions](ADDITIONS.md) however.
#### Can I translate Auxio to my native language?
-See the [Translations Megathread](https://github.com/OxygenCobalt/Auxio/issues/3) for guidance on how to create translations and submit them to the project.
-Any contributions are appreciated and tend to always be accepted. Weblate is also being set up.
+Please go to Auxio's [Weblate Project](https://hosted.weblate.org/engage/auxio/) to create new translations for the project.