From 4fcafe69839c63a102e163c167068a525d63da3e Mon Sep 17 00:00:00 2001 From: user1823 <92206575+user1823@users.noreply.github.com> Date: Thu, 2 Oct 2025 19:06:23 +0530 Subject: [PATCH] Add prompt to press enter for installation --- qt/launcher/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/qt/launcher/src/main.rs b/qt/launcher/src/main.rs index cdfc54d8c..07b5d52fd 100644 --- a/qt/launcher/src/main.rs +++ b/qt/launcher/src/main.rs @@ -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()?;