Add Sam to the artists credits.
This commit is contained in:
parent
fbbe0d9ca9
commit
ffa3e9ec9a
@ -33,7 +33,7 @@ pub fn about_dialog(window: >k::ApplicationWindow) {
|
||||
// dialog.set_website_label("Learn more about Hammond");
|
||||
dialog.set_transient_for(window);
|
||||
|
||||
dialog.set_artists(&["Tobias Bernard"]);
|
||||
dialog.set_artists(&["Tobias Bernard", "Sam Hewitt"]);
|
||||
dialog.set_authors(authors);
|
||||
|
||||
dialog.connect_response(|dlg, _| dlg.destroy());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user