attempt to allow 10 themes to be installed
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user