mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 16:23:39 +02:00
checking if desktop exists
This commit is contained in:
parent
0e83e5da06
commit
ff60058cbe
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ Rectangle {
|
|||
property int dropSamples: 9;
|
||||
property int dropSpread: 0;
|
||||
DropShadow {
|
||||
visible: showPlace; //&& desktop.gradientsSupported;
|
||||
visible: showPlace && (desktop ? desktop.gradientsSupported : false)
|
||||
source: place;
|
||||
anchors.fill: place;
|
||||
horizontalOffset: dropHorizontalOffset;
|
||||
|
|
Loading…
Reference in a new issue