correct Qt variable for disabling window decorations

camoz 2017-11-27 03:08:14 +01:00
parent 2c3a549c79
commit 84182b7f7b

@ -16,7 +16,7 @@ QT_QPA_PLATFORM=wayland-egl
``` ```
Qt5 renders CSD (client-side decorations) under the wayland backend by default. To disable them, set the following. Qt5 renders CSD (client-side decorations) under the wayland backend by default. To disable them, set the following.
``` ```
QT_DISABLE_WINDOWDECORATION=1 QT_WAYLAND_DISABLE_WINDOWDECORATION=1
``` ```
## Elementary/EFL ## Elementary/EFL