Skip to content

Commit 5385d7b

Browse files
config, callbacks: add option to change tool definitions and individual tool attributes
1 parent a69b64a commit 5385d7b

File tree

10 files changed

+795
-604
lines changed

10 files changed

+795
-604
lines changed

src/callbacks.c

+257-102
Large diffs are not rendered by default.

src/callbacks.h

+3
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ void on_about(GtkMenuItem *menuitem,
128128
void on_intro(GtkMenuItem *menuitem,
129129
gpointer user_data);
130130

131+
void on_issues(GtkMenuItem *menuitem,
132+
gpointer user_data);
133+
131134
void on_support_liberapay(GtkMenuItem *menuitem,
132135
gpointer user_data);
133136

0 commit comments

Comments
 (0)