docs: mark skipTaskbar as unsupported on Linux (#33226)

Fixes #33124.
This commit is contained in:
Charles Kerr 2022-03-22 01:12:20 -05:00 committed by GitHub
parent f5112632a3
commit 0af2b8de73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 3 deletions

View file

@ -291,6 +291,7 @@ NativeWindowViews::NativeWindowViews(const gin_helper::Dictionary& options,
#endif
#if defined(USE_X11)
// TODO(ckerr): remove in Electron v20.0.0
// Before the window is mapped the SetWMSpecState can not work, so we have
// to manually set the _NET_WM_STATE.
std::vector<x11::Atom> state_atom_list;