From 042100e989fc33d2747a2b4d174f3f379ee42712 Mon Sep 17 00:00:00 2001 From: AuroraWright Date: Mon, 20 Oct 2025 07:52:05 +0200 Subject: [PATCH] Clarify comment status in config file --- owocr_config.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/owocr_config.ini b/owocr_config.ini index 81b9c09..5853cea 100644 --- a/owocr_config.ini +++ b/owocr_config.ini @@ -1,4 +1,7 @@ [general] +;Note: all lines starting with a ";" are comments, you need to remove the ";" +;to make the line apply. + ;Where to read input images from. Can be either "clipboard", "websocket", ;"unixsocket" (on macOS/Linux), "screencapture", or a path to a directory. ;read_from = clipboard