mirror of
https://github.com/LibreSplit/LibreSplit.git
synced 2026-03-11 23:40:30 +00:00
Add link to resources repo in help dialog (#233)
This commit is contained in:
parent
424f37c6aa
commit
0224bf3eb4
1 changed files with 2 additions and 0 deletions
|
|
@ -62,6 +62,8 @@ static void build_help_dialog(GtkApplication* app, gpointer data)
|
|||
gtk_container_add(GTK_CONTAINER(box), discord_lnk);
|
||||
GtkWidget* github_lnk = gtk_link_button_new_with_label("https://github.com/LibreSplit/LibreSplit", "Check out the source code");
|
||||
gtk_container_add(GTK_CONTAINER(box), github_lnk);
|
||||
GtkWidget* resources_lnk = gtk_link_button_new_with_label("https://github.com/LibreSplit/LibreSplit-resources", "Check out themes, autosplitters and splitfiles!");
|
||||
gtk_container_add(GTK_CONTAINER(box), resources_lnk);
|
||||
GtkWidget* wiki_lnk = gtk_link_button_new_with_label("https://github.com/LibreSplit/LibreSplit/wiki", "Check our Wiki");
|
||||
gtk_container_add(GTK_CONTAINER(box), wiki_lnk);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue