Fix #1151: Can't re-add items to collection after accidentally removing them
[geeqie.git] / src / options.cc
index 43ce45b..c29a344 100644 (file)
@@ -85,6 +85,7 @@ ConfOptions *init_options(ConfOptions *options)
        options->appimage_notifications = TRUE;
        options->marks_save = TRUE;
        options->with_rename = FALSE;
+       options->collections_duplicates = FALSE;
        options->collections_on_top = FALSE;
        options->hide_window_in_fullscreen = TRUE;