mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Fix empty link replacement
This commit is contained in:
parent
f27bc63d9d
commit
fdd71946da
2 changed files with 4 additions and 3 deletions
|
|
@ -44,7 +44,7 @@ const prefList*: Table[string, seq[Pref]] = {
|
|||
defaultState: false),
|
||||
|
||||
Pref(kind: checkbox, name: "autoplayGifs", label: "Autoplay gifs",
|
||||
defaultState: true),
|
||||
defaultState: true)
|
||||
],
|
||||
|
||||
"Display": @[
|
||||
|
|
|
|||
Loading…
Reference in a new issue