Refine X11 test
This commit is contained in:
parent
c461c0aac0
commit
e8e88e7d79
1 changed files with 1 additions and 1 deletions
|
|
@ -402,7 +402,7 @@ CallManager::callsSupported()
|
|||
bool
|
||||
CallManager::screenShareSupported()
|
||||
{
|
||||
return std::getenv("DISPLAY") != nullptr;
|
||||
return std::getenv("DISPLAY") && !std::getenv("WAYLAND_DISPLAY");
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue