Add prompt to press enter for installation

This commit is contained in:
user1823 2025-10-02 19:06:23 +05:30 committed by GitHub
parent da171a46c4
commit 4fcafe6983
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()?;