dialect-app / dialect

A translation app for GNOME.
GNU General Public License v3.0
596 stars 69 forks source link

Hide the "Show pronunciation" option if the chosen service does not suport it #371

Closed Odi-3 closed 4 months ago

Odi-3 commented 4 months ago

Hide the "Show pronunciation" option if the chosen service does not suport it. It would be more consistent if the relevant keyboard shortcut was hidden too.

rafaelmardojai commented 4 months ago

It is implemented with actions (Gio.Action) and it is not possible to hide actions in the toolkit, only to disable them.

So in order to be implemented we would have to make major changes to how it is triggered and I don't think that's worth it.