mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
enter -> Enter
This commit is contained in:
parent
778ab76586
commit
1098d9ac2a
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ fn write_sync_marker(sync_complete_marker: &std::path::Path) -> Result<()> {
|
||||||
|
|
||||||
fn get_main_menu_choice(state: &State) -> Result<MainMenuChoice> {
|
fn get_main_menu_choice(state: &State) -> Result<MainMenuChoice> {
|
||||||
loop {
|
loop {
|
||||||
println!("1) Latest Anki (just press enter)");
|
println!("1) Latest Anki (just press Enter)");
|
||||||
println!("2) Choose a version");
|
println!("2) Choose a version");
|
||||||
if let Some(current_version) = &state.current_version {
|
if let Some(current_version) = &state.current_version {
|
||||||
let normalized_current = normalize_version(current_version);
|
let normalized_current = normalize_version(current_version);
|
||||||
|
|
Loading…
Reference in a new issue