Fix default values for the Adjustement effect (#6883)

This commit is contained in:
Aurélien Vivet
2024-08-26 14:11:44 +02:00
committed by GitHub
parent 0215ab7dbb
commit 4453eee3b9

View File

@@ -52,7 +52,7 @@ module.exports = {
.setType('number');
adjustmentProperties
.getOrCreate('saturation')
.setValue('2')
.setValue('1')
.setLabel(_('Saturation (between 0 and 5)'))
.setType('number');
adjustmentProperties
@@ -77,7 +77,7 @@ module.exports = {
.setType('number');
adjustmentProperties
.getOrCreate('blue')
.setValue('0.6')
.setValue('1')
.setLabel(_('Blue (between 0 and 5)'))
.setType('number');
adjustmentProperties