mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-07 01:55:12 +00:00
Use new Platform::IsX11
This commit is contained in:
@@ -139,7 +139,7 @@ bool XCBSkipTaskbar(QWindow *window, bool set) {
|
||||
|
||||
bool SkipTaskbar(QWindow *window, bool set) {
|
||||
#ifndef DESKTOP_APP_DISABLE_X11_INTEGRATION
|
||||
if (!IsWayland()) {
|
||||
if (IsX11()) {
|
||||
return XCBSkipTaskbar(window, set);
|
||||
}
|
||||
#endif // !DESKTOP_APP_DISABLE_X11_INTEGRATION
|
||||
|
Reference in New Issue
Block a user