mirror of
https://github.com/glanceapp/glance.git
synced 2025-06-21 18:31:24 +02:00
Remove reddit widget title forward slash prefix
This commit is contained in:
parent
59bfe3e835
commit
260bc15577
@ -63,7 +63,7 @@ func (widget *redditWidget) initialize() error {
|
||||
}
|
||||
|
||||
widget.
|
||||
withTitle("/r/" + widget.Subreddit).
|
||||
withTitle("r/" + widget.Subreddit).
|
||||
withTitleURL("https://www.reddit.com/r/" + widget.Subreddit + "/").
|
||||
withCacheDuration(30 * time.Minute)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user