Merge pull request #207 from daywalk3r666/daywalk3r666-patch-1

Add support for lawnicons fork
This commit is contained in:
U. N. Owen 2022-11-12 11:01:31 +01:00 committed by GitHub
commit e729c84908
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"