attempt to allow 10 themes to be installed

This commit is contained in:
Helloman892
2017-09-04 19:46:55 +01:00
committed by GitHub
parent 04ebe9e498
commit 8dc7f54f7e

View File

@@ -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++;