From 6d084e21b6683ca3681b75e74646250f623355e2 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Tue, 22 Jul 2025 16:52:31 -0600 Subject: [PATCH] Adjust slide in for cockput --- thecockpit/src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thecockpit/src/app.rs b/thecockpit/src/app.rs index 7cee26f..556ec59 100644 --- a/thecockpit/src/app.rs +++ b/thecockpit/src/app.rs @@ -96,7 +96,7 @@ impl App { 10, 0, PASSWORD_BACKGROUND, - (500000, Interpolation::Linear), + (200000, Interpolation::Linear), ); self.binary_search_hint.guess_hint = None; }