Skip to content

app: Use proper activate_action()

Christopher Davis requested to merge wip/cdavis/fix-notification-buttons into main

gio's activate_action() function can't find our class actions. Instead, we need to use gtk_widget_activate_action ().

Fixes #51 (closed)

Merge request reports