mirror of
https://github.com/mii443/vrclipboard-ime-gui.git
synced 2025-08-22 16:15:32 +00:00
wip
This commit is contained in:
@ -270,7 +270,7 @@ impl AzookeyConversion {
|
|||||||
trace!("Retrieved candidates: {:?}", candidates);
|
trace!("Retrieved candidates: {:?}", candidates);
|
||||||
|
|
||||||
// Include raw text in candidates
|
// Include raw text in candidates
|
||||||
candidates.insert(0, diff_text.to_string());
|
candidates.insert(1, diff_text.to_string());
|
||||||
|
|
||||||
// Limit number of candidates (for safety)
|
// Limit number of candidates (for safety)
|
||||||
if candidates.len() > MAX_CANDIDATES {
|
if candidates.len() > MAX_CANDIDATES {
|
||||||
|
Reference in New Issue
Block a user