mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
Add prompt to press enter for installation
This commit is contained in:
parent
da171a46c4
commit
4fcafe6983
1 changed files with 1 additions and 0 deletions
|
|
@ -170,6 +170,7 @@ fn run() -> Result<()> {
|
|||
|
||||
print!("\x1B[2J\x1B[H"); // Clear screen and move cursor to top
|
||||
println!("\x1B[1m{}\x1B[0m\n", state.tr.launcher_title());
|
||||
println!("{}\n", state.tr.launcher_press_enter_to_install());
|
||||
|
||||
ensure_os_supported()?;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue