Skip to content

Commit 33ce46b

Browse files
authored
Merge pull request #982 from ineagu/fix-defaultqvalue
Updated default quality value for a more failproof approach
2 parents c2e948a + bbb050f commit 33ce46b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class Optml_Settings {
7575
'compression_mode' => 'custom',
7676
'cloud_sites' => [ 'all' => 'true' ],
7777
'watchers' => '',
78-
'quality' => 'auto',
78+
'quality' => 80,
7979
'wm_id' => - 1,
8080
'wm_opacity' => 1,
8181
'wm_position' => Position::SOUTH_EAST,

0 commit comments

Comments
 (0)