mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 07:37:11 +02:00
Adapt for XCB::IsSupportedByWM changes
This commit is contained in:
parent
66b9d70993
commit
088cca7452
1 changed files with 1 additions and 0 deletions
|
@ -436,6 +436,7 @@ bool SkipTaskbarSupported() {
|
|||
#ifndef DESKTOP_APP_DISABLE_X11_INTEGRATION
|
||||
if (IsX11()) {
|
||||
return base::Platform::XCB::IsSupportedByWM(
|
||||
base::Platform::XCB::GetConnectionFromQt(),
|
||||
"_NET_WM_STATE_SKIP_TASKBAR");
|
||||
}
|
||||
#endif // !DESKTOP_APP_DISABLE_X11_INTEGRATION
|
||||
|
|
Loading…
Add table
Reference in a new issue