Fabian-Lars
Fabian-Lars
no worries, we plan to downgrade to gtk2 asap. that should get rid of the dependabot warnings :) > In WRY it was closed as not planned, and it is...
Thanks for the report, could you also share the output of the `tauri info` command please?
I do agree that we should make it configurable again, but do you have an example of what's not working for your on http? Since it's localhost it should generally...
https://github.com/tauri-apps/tauri/pull/11477
@matthiasg Please open a new issue, your error is different (only the more or less irrelevant warnings match but those don't make the build fial). Also this issue should be...
@amrbashir Just to double check, did you open a PR but forgot to link this issue?
okok, nope i don't have anything, just working through the tons of notifications that piled up 😅
Do you maybe have a system proxy set up that could block requests to github urls?
hmm that's weird. latest rust works fine for me and the only difference i see is that i am on an arm macbook. but then i know that there are...
It supports menus already (assuming you mean menus that pop up on click on the icon), see for example https://github.com/tauri-apps/tauri/blob/dev/examples/api/src-tauri/src/tray.rs - it re-uses the same `Menu` apis that are used...