summary refs log tree commit diff
path: root/src/CallManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/CallManager.cpp')
-rw-r--r--src/CallManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CallManager.cpp b/src/CallManager.cpp

index b920cfed..de04ed3b 100644 --- a/src/CallManager.cpp +++ b/src/CallManager.cpp
@@ -402,7 +402,7 @@ CallManager::callsSupported() bool CallManager::screenShareSupported() { - return std::getenv("DISPLAY") != nullptr; + return std::getenv("DISPLAY") && !std::getenv("WAYLAND_DISPLAY"); } bool