From af4ef2e107c6db9f1b1703e59ce8ec6c7a72f2c0 Mon Sep 17 00:00:00 2001 From: Tho Date: Sat, 13 Jun 2026 20:41:54 +0700 Subject: [PATCH] fix: wrap long game location paths --- src/app/launcher_window.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/launcher_window.rs b/src/app/launcher_window.rs index b1524f7..9199c31 100644 --- a/src/app/launcher_window.rs +++ b/src/app/launcher_window.rs @@ -415,7 +415,7 @@ impl LauncherApp { ui.separator(); - ui.horizontal(|ui| { + ui.horizontal_wrapped(|ui| { ui.label("Game location:"); let shown = self .resolved_game_location()