Update code for icon sets

This commit is contained in:
2024-07-25 14:15:32 -04:00
parent c55b28bfb8
commit 7ba19e7110
2 changed files with 3 additions and 3 deletions

View File

@@ -417,7 +417,7 @@ type iconTheme struct {
}
// New creates a new fallback icon theme.
func New () tomo.Icons {
func New () tomo.IconSet {
return new(iconTheme)
}