fix(tray): check for visibility when docking (#2973)

Fixes #2968
This commit is contained in:
Andrew Tran 2023-06-13 02:25:36 -07:00 committed by GitHub
parent 2cd0809a46
commit c747599ef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -423,6 +423,7 @@ void manager::process_docking_request(xcb_window_t win) {
cl->add_to_save_set();
cl->hidden(m_hidden);
cl->ensure_state();
cl->notify_xembed();