From 974faff38c246ec68df6e1a7ccb9b71c8570dfe0 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sun, 21 Dec 2025 00:48:23 -0500 Subject: refactor: multiple fixes --- src/main.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/main.go') diff --git a/src/main.go b/src/main.go index a13ffef..2b0c84a 100644 --- a/src/main.go +++ b/src/main.go @@ -342,8 +342,9 @@ func (app *App) onAboutClicked() { dialog.SetProgramName(appTitle) dialog.SetVersion(appVersion) dialog.SetComments("a color picker inspired by agave, but only with the features kj_sh604 actually used") - dialog.SetAuthors([]string{"kjagave 2025", "kj_sh604"}) - dialog.SetLicense("0BSD") + dialog.SetAuthors([]string{"kj_sh604"}) + dialog.SetLicense("BSD Zero Clause License (0-clause BSD)") + dialog.SetLogoIconName("applications-graphics") dialog.Run() dialog.Destroy() } -- cgit v1.2.3