mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-08-09 09:31:13 +10:00
It seems that "Properties" context menu command is handled directly by shell and it requires to be invoked on the same thread that created actual context menu object. So we will distinguish this case and invoke command directly. For the rest we will use separate thread to not block main UI thread. Fixes #2502