From 5407e521087558d4f00d126f9d170f7e225d1b1f Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Tue, 25 Apr 2023 18:00:16 -0400 Subject: [PATCH] IconNone is now listed as an icon. --- theme.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.go b/theme.go index 1039b88..8e5ebd0 100644 --- a/theme.go +++ b/theme.go @@ -105,7 +105,7 @@ const ( type Icon int // IconNone specifies no icon. -const IconNone = -1 +const IconNone Icon = -1 const ( // Place icons