Add support for lawnicons fork

This commit is contained in:
daywalk3r666 2022-11-12 08:32:52 +01:00 committed by GitHub
parent 0419750973
commit 172098c3ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,7 @@ private val SUPPORTED_GRAYSCALE_MAP_PROVIDERS = arrayOf(
"app.lawnchair.lawnicons", // Lawnicons
"app.lawnchair", // Lawnchair
"de.mm20.launcher2.themedicons",
"de.kvaesitso.icons",
)
@ -655,4 +656,4 @@ class UpdateIconPacksWorker(val context: Context) {
private const val PREFERENCE_NAME = "icon_pack"
private const val KEY_ICON_PACK = "icon_pack"
private const val KEY_VERSION = "version"
private const val KEY_ICONSCALE = "iconscale"
private const val KEY_ICONSCALE = "iconscale"