Implemented square profile pictures
- Added preference "Square profile pictures"
This commit is contained in:
@@ -75,6 +75,9 @@ genPrefs:
|
||||
hideReplies(checkbox, false):
|
||||
"Hide tweet replies"
|
||||
|
||||
squareProfileImages(checkbox, false):
|
||||
"Square profile pictures"
|
||||
|
||||
Media:
|
||||
mp4Playback(checkbox, true):
|
||||
"Enable mp4 video playback (only for gifs)"
|
||||
@@ -107,6 +110,7 @@ genPrefs:
|
||||
replaceInstagram(input, ""):
|
||||
"Instagram -> Bibliogram"
|
||||
placeholder: "Bibliogram hostname"
|
||||
|
||||
|
||||
iterator allPrefs*(): Pref =
|
||||
for k, v in prefList:
|
||||
|
||||
Reference in New Issue
Block a user