mirror of
https://github.com/zedeus/nitter.git
synced 2026-04-15 02:02:11 -04:00
Fix empty link replacement
This commit is contained in:
@@ -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": @[
|
||||
|
||||
Reference in New Issue
Block a user