mirror of
https://github.com/glanceapp/glance.git
synced 2025-06-22 02:41:23 +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.
|
widget.
|
||||||
withTitle("/r/" + widget.Subreddit).
|
withTitle("r/" + widget.Subreddit).
|
||||||
withTitleURL("https://www.reddit.com/r/" + widget.Subreddit + "/").
|
withTitleURL("https://www.reddit.com/r/" + widget.Subreddit + "/").
|
||||||
withCacheDuration(30 * time.Minute)
|
withCacheDuration(30 * time.Minute)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user