From cc5a3374d62b1cad5c83ee514110010769afd476 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=85=E6=88=8E=E6=B0=8F?= Date: Mon, 22 Dec 2025 00:12:35 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"Add=20support=20for=20hiding=20candid?= =?UTF-8?q?ate=20list=20via=20Rime=20option=20=5Fhide=5Fcandidate=E2=80=A6?= =?UTF-8?q?"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 1d117436f306fd49db7b665f70266f52e28fb85e. --- sources/SquirrelInputController.swift | 28 +++++++++++++-------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/sources/SquirrelInputController.swift b/sources/SquirrelInputController.swift index 56a31825e..bad53d9f1 100644 --- a/sources/SquirrelInputController.swift +++ b/sources/SquirrelInputController.swift @@ -515,24 +515,22 @@ private extension SquirrelInputController { let numCandidates = Int(ctx.menu.num_candidates) var candidates = [String]() var comments = [String]() + for i in 0..