Small fix

This commit is contained in:
M66B
2019-05-09 18:16:27 +02:00
parent 151d13c152
commit dcfaba97d9

View File

@@ -61,7 +61,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
};
private final static String[] RESET_QUESTIONS = new String[]{
"show_html_confirmed", "show_images_confirmed", "print_html_confirmed", "edit_ref_confirmed", "automove", "autosend"
"show_html_confirmed", "show_images_confirmed", "print_html_confirmed", "edit_ref_confirmed"
};
@Override