From f612d9c72711450d7d18c48f8033450398bbef0a Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Mon, 19 Oct 2020 16:11:24 +0200 Subject: [PATCH] Added artists tag. --- source/gui.d | 1 + 1 file changed, 1 insertion(+) diff --git a/source/gui.d b/source/gui.d index 1463a0f..907e313 100644 --- a/source/gui.d +++ b/source/gui.d @@ -235,6 +235,7 @@ public class GUI : Thread /* TODO: Set version based on compiler flag */ about.setLogoIconName("user-available"); + about.setArtists(["i wonder if I could commision an artwork from her"]); /* Set all the information */ about.setLicense("LICENSE GOES HERE");