[Build] Fix changeable colours
This commit is contained in:
parent
5f09b7b915
commit
21f7e53b2b
@ -30,7 +30,7 @@ const build = ( wallpaper, lockpaper, theme ) => {
|
||||
name: 'confirm-proceed-build',
|
||||
message: 'Okay to proceed with these colours?'
|
||||
} ] ).then( answer => {
|
||||
if ( answer ) proceedWithBuild( wallpaper, lockpaper, theme, palette );
|
||||
if ( answer['confirm-proceed-build'] ) proceedWithBuild( wallpaper, lockpaper, theme, palette );
|
||||
else {
|
||||
// Have the user pick any other of the extracted colours instead
|
||||
let counter = -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user