Skip to content

Commit

Permalink
fix: set default glyph style
Browse files Browse the repository at this point in the history
This is needed when there is no config file (e.g. new install),
otherwise glyphs won't be shown for first startup.

Signed-off-by: moson-mo <mo-son@mailbox.org>
  • Loading branch information
moson-mo committed Nov 29, 2023
1 parent 61b0012 commit 274991e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ func Defaults() *Settings {
ShowPkgbuildInternally: true,
ComputeRequiredBy: false,
GlyphStyle: defaultGlyphStyle,
glyphs: glyphStyles[defaultGlyphStyle],
DisableNewsFeed: false,
FeedURLs: "https://archlinux.org/feeds/news/",
FeedMaxItems: 5,
Expand Down

0 comments on commit 274991e

Please sign in to comment.