frostbtn
frostbtn
As of v6.6 this custom css does the trick for Electron-based clients: ```css li#report-message { display: none; } ``` Mobile clients still see the option.
Relentless! Since 6.7: ```css div[data-qa-type="message-action-menu"] label[data-key="report-message"] { display: none; } ```
In `src/dotnet-ef/Project.cs`, within `Project.FromFile`, a temp file is still being created but no longer used. No unit test can catch this kind of bug anyway. Still, I wish it would...