From c170c517a3b0934260fc53de78003925676e0e9f Mon Sep 17 00:00:00 2001 From: Aurindam Jana Date: Mon, 19 Jun 2023 14:08:32 +0200 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a862d97d04..50b6f4789a7 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,8 @@ Rendering backends and styles are configurable at compile time: - The `femtovg` renderer uses OpenGL ES 2.0 for rendering. - The `skia` renderer uses [Skia](https://skia.org) for rendering. - The `software` renderer uses the CPU with no additional dependencies. -- When Qt is installed on the system, the `native` style uses Qt's QStyle to achieve native looking widgets. + +NOTE: When Qt is installed on the system, the `native` style uses Qt's QStyle to achieve native looking widgets. ### Tooling