From 694c234154621c71e4baf3fd09e0af4b3a42fde4 Mon Sep 17 00:00:00 2001 From: codingnewcode Date: Fri, 2 Feb 2024 23:01:01 +0100 Subject: [PATCH] add text too small to read on windows workaround credit goes to @linnik in https://github.com/qarmin/czkawka/issues/863#issuecomment-1416761308 for publicly providing the solution beforehand, this just implements the aforementionned workaround. --- czkawka_gui/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/czkawka_gui/README.md b/czkawka_gui/README.md index 29a2ce2..fde2aae 100644 --- a/czkawka_gui/README.md +++ b/czkawka_gui/README.md @@ -64,6 +64,7 @@ There exists mingw recipe which you can try to convert for your purposes - https Not all available features other components implemented here, so this is list of limitations: - Snap versions not allows to use similar videos feature - Windows version not supports heif and webp files with prebuild binaries +- On Windows, text may appear very small on high resolution displays, a workaround is to override DPI scaling for this app, see [#867#issuecomment-1416761308](https://github.com/qarmin/czkawka/issues/863#issuecomment-1416761308) - Prebuild binaries for mac arm not exists ## License