Skip to content

Commit

Permalink
win: make o-jpg default
Browse files Browse the repository at this point in the history
  • Loading branch information
hanatos committed Jan 18, 2024
1 parent ed4c1de commit f1d958d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/widget_export.hh
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ dt_export_init(

w->wd = dt_rc_get_int(&vkdt.rc, "gui/export/wd", 0);
w->ht = dt_rc_get_int(&vkdt.rc, "gui/export/ht", 0);
w->format = dt_rc_get_int(&vkdt.rc, "gui/export/format", 2);
w->format = dt_rc_get_int(&vkdt.rc, "gui/export/format", 4);
w->quality = dt_rc_get_float(&vkdt.rc, "gui/export/quality", 90);
strncpy(w->basename,
dt_rc_get(&vkdt.rc, "gui/export/basename", "${home}/img_${seq}"),
Expand Down

0 comments on commit f1d958d

Please sign in to comment.