From 5c87d9b5ffa7dd8032160d44872c8bc580d8f8d0 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sun, 30 Aug 2020 17:13:17 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B0=20Delay=20increase=20for=20smooth?= =?UTF-8?q?=20animations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 171357a..af93462 100644 --- a/config.py +++ b/config.py @@ -2,7 +2,7 @@ import tempfile import json # Build Config -delay = 35 +delay = 50 name = "macOSBigSur" sizes = [24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96]