From cf60911e48ba57161b87a14412ad79cf17e4f007 Mon Sep 17 00:00:00 2001 From: DexGitre <40273575+DexGitre@users.noreply.github.com> Date: Fri, 11 Feb 2022 12:30:36 +0600 Subject: [PATCH] readme updated preSelectItemOnMultipleSelection moved to library --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b4e2450f..b707ed1bf 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,6 @@ config.bottomMenuItemSelectedColour = UIColor(r: 38, g: 38, b: 38) config.bottomMenuItemUnSelectedColour = UIColor(r: 153, g: 153, b: 153) config.filters = [DefaultYPFilters...] config.maxCameraZoomFactor = 1.0 -config.preSelectItemOnMultipleSelection = true config.fonts.. ``` @@ -141,6 +140,7 @@ config.library.numberOfItemsInRow = 4 config.library.spacingBetweenItems = 1.0 config.library.skipSelectionsGallery = false config.library.preselectedItems = nil +config.library.preSelectItemOnMultipleSelection = true ``` ### Video