c2r0b / tauri-plugin-context-menu

Native Context Menu in Tauri
https://crates.io/crates/tauri-plugin-context-menu
MIT License
118 stars 6 forks source link

Refactoring the linux version and removed the unnecessary GtkThreadCommand #19

Closed SilverLuke closed 9 months ago

SilverLuke commented 9 months ago

I would like to remove the sleep at line 81 on lib/linux.rs but without it the pop-up menu is not shown correctly.