maoschanz / drawing

Simple image editor for Linux
https://maoschanz.github.io/drawing/
GNU General Public License v3.0
785 stars 101 forks source link

help-overlay: Remove excessive action #563

Closed ghost closed 1 year ago

ghost commented 1 year ago

We don't need an extra action to show help-overlay. It already managed by GTK.

Source: https://docs.gtk.org/gtk4/class.Application.html#automatic-resources

maoschanz commented 1 year ago

oh it works with gtk3 too? great, thank you!