From 67ed2add78129e2c6ca5b7bf2c22eedf9a9ad4a1 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 5 Oct 2021 18:26:17 +0200 Subject: [PATCH] Link relevant workarounds from Syncthing Tray's README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 76891fc..e7d4a08 100644 --- a/README.md +++ b/README.md @@ -404,3 +404,13 @@ The following caveats apply to Windows' default terminal emulator `cmd.exe`. I r * To enable console output for Tag Editor which is built as a GUI application it is attaching to the parent processes' console. However, this prevents redirections to work. In this case redirections are needed, use `set ENABLE_CONSOLE=0` to disable that behavior. + +--- + +The dark mode introduced with Windows 10 is not supported but this can be +[worked around](https://github.com/Martchus/syncthingtray#workaround-missing-support-for-windows-10-dark-mode). + +--- + +Per monitor DPI awareness (v2) is not working out of the box but experimental support +[can be enabled](https://github.com/Martchus/syncthingtray#enable-experimental-support-for-windows-per-monitor-dpi-awareness-v2).