Improve GUI guest sorting and presence display
This commit is contained in:
@@ -20,6 +20,8 @@ runOcrFromScreen()
|
||||
out, err := cmd.CombinedOutput()
|
||||
if len(out) > 0 {
|
||||
log.Printf("ocr output: %s", string(out))
|
||||
SetOCRText(string(out))
|
||||
SetTranslateText("翻訳: 未実装")
|
||||
}
|
||||
if err != nil {
|
||||
return fmt.Errorf("ocr failed: %w", err)
|
||||
|
||||
Reference in New Issue
Block a user