Implemented square profile pictures

- Added preference "Square profile pictures"
This commit is contained in:
Mitarashi
2022-01-13 22:44:47 +02:00
parent 111927a21c
commit bc337027ca
3 changed files with 11 additions and 2 deletions

View File

@@ -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: