Skip to content

Commit aea57ec

Browse files
committed
un-swap the label/checkbox position for skip dupes
1 parent 21b0352 commit aea57ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libs/import.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2221,7 +2221,7 @@ static void _import_from_dialog_new(dt_lib_module_t* self)
22212221
{
22222222
col = 0;
22232223
GtkWidget *hide_duplicates =
2224-
dt_gui_preferences_bool(grid, "ui_last/import_hide_duplicates", col++, line, FALSE);
2224+
dt_gui_preferences_bool(grid, "ui_last/import_hide_duplicates", col++, line, TRUE);
22252225
gtk_widget_set_hexpand(gtk_grid_get_child_at(grid, col++, line++), TRUE);
22262226
g_signal_connect(G_OBJECT(hide_duplicates), "toggled",
22272227
G_CALLBACK(_hide_duplicates_toggled), self);

0 commit comments

Comments
 (0)