diff options
| author | kj_sh604 | 2025-12-21 00:48:23 -0500 |
|---|---|---|
| committer | kj_sh604 | 2025-12-21 00:48:23 -0500 |
| commit | 974faff38c246ec68df6e1a7ccb9b71c8570dfe0 (patch) | |
| tree | 8bb30cb547fa067e8ea1ac2d20ddeca02259e53e /src | |
| parent | 556166a0beec3a19064d23a60ea28389c4b61206 (diff) | |
refactor: multiple fixes
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.go | 5 |
1 files changed, 3 insertions, 2 deletions
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() { | |||
| 342 | dialog.SetProgramName(appTitle) | 342 | dialog.SetProgramName(appTitle) |
| 343 | dialog.SetVersion(appVersion) | 343 | dialog.SetVersion(appVersion) |
| 344 | dialog.SetComments("a color picker inspired by agave, but only with the features kj_sh604 actually used") | 344 | dialog.SetComments("a color picker inspired by agave, but only with the features kj_sh604 actually used") |
| 345 | dialog.SetAuthors([]string{"kjagave 2025", "kj_sh604"}) | 345 | dialog.SetAuthors([]string{"kj_sh604"}) |
| 346 | dialog.SetLicense("0BSD") | 346 | dialog.SetLicense("BSD Zero Clause License (0-clause BSD)") |
| 347 | dialog.SetLogoIconName("applications-graphics") | ||
| 347 | dialog.Run() | 348 | dialog.Run() |
| 348 | dialog.Destroy() | 349 | dialog.Destroy() |
| 349 | } | 350 | } |
