Fabian-Lars
Fabian-Lars
> The system tray icon displays correctly, but the tray menu does not render at all. The only tray interaction that works is double-clicking the icon to open the main...
In the meantime, if you don't need the tauri file drop events (because you need the full file paths) you can disable `enableDragDrop` in the window config and use the...
oh okay, ignore me then x)
would it be possible to provide a (minimal) reproduction example for us to try? The event module is quite commonly used and this doesn't sound like a known issue i...
Thanks for the repro. Sorry to ask this but could you maybe upload a whole ready-to-use github project for this? I tried your code but don't see any issues. I...
> Will check, what i can do thanks :) > Maybe the difference is that i use windows 11? i am on win11 too, same build number even (according to...
Fix it however you prefer. rebase or "normal" merge, we don't really care :)
We always squash merge (almost) all PRs :)
Can you try building your app with Rust version 1.75 or below (the last version to properly support windows 7)? If that doesn't help, please try this: https://github.com/tauri-apps/tauri/issues/6800#issuecomment-1675762905. If that...
Did you try my 2 suggestions (building with rust 1.75 and the linked comment)? If both don't help, then _maybe_ it's something app specific in which case i'd like you...