[Build] Fix changeable colours
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user