Skip to content

Commit

Permalink
Fix target not being bolded properly
Browse files Browse the repository at this point in the history
  • Loading branch information
btrkeks committed Sep 3, 2024
1 parent 4379b66 commit 8f7f575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontends/gtk3popup/callbacks.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static void sentence_selected(GtkClipboard *clipboard, GdkEvent *event, gpointer
}

AnkiConfig anki_cfg = dp_settings_get_anki_settings(app->settings);
create_ankicard(app->initial_lookup_str, sentence, entry_to_add, anki_cfg);
create_ankicard(app->actual_lookup_str, sentence, entry_to_add, anki_cfg);

// TODO: Cleanup
free(anki_cfg.fieldmapping.field_content);
Expand Down

0 comments on commit 8f7f575

Please sign in to comment.