From 8dc7f54f7eb0a316e8fb68ed09e559f35fdb09c0 Mon Sep 17 00:00:00 2001 From: Helloman892 <1565516+Helloman892@users.noreply.github.com> Date: Mon, 4 Sep 2017 19:46:55 +0100 Subject: [PATCH] attempt to allow 10 themes to be installed --- source/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.c b/source/main.c index 2903cb6..94d87f0 100644 --- a/source/main.c +++ b/source/main.c @@ -193,7 +193,7 @@ int main(void) { } else { - if (shuffle_theme_count < 10) + if (shuffle_theme_count <= 10) { if (current_theme->in_shuffle) shuffle_theme_count--; else shuffle_theme_count++;